From b772bb6fc0f33be1c921f6a3cb5fe24a64d11279 Mon Sep 17 00:00:00 2001 From: woojae-siloai Date: Fri, 9 Jan 2026 16:51:50 +0200 Subject: [PATCH 1/3] test: trigger workflow validation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3408bb14..ed584baa 100644 --- a/README.md +++ b/README.md @@ -94,3 +94,4 @@ Cluster-Forge is licensed under the Apache License, Version 2.0. See the [LICENS

Give Cluster-Forge a try and let us know how it works for you!

+# Test change for workflow validation From a36943fa207b072387468d681b5a8b5d93a1c554 Mon Sep 17 00:00:00 2001 From: woojae-siloai Date: Fri, 9 Jan 2026 17:00:40 +0200 Subject: [PATCH 2/3] test: modify sbom path to trigger workflow --- sbom/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 sbom/README.md diff --git a/sbom/README.md b/sbom/README.md new file mode 100644 index 00000000..8ae05696 --- /dev/null +++ b/sbom/README.md @@ -0,0 +1 @@ +# Test From a4080e8978c85ad58ef538904846ff5a1ee14dcc Mon Sep 17 00:00:00 2001 From: woojae-siloai Date: Fri, 9 Jan 2026 17:03:10 +0200 Subject: [PATCH 3/3] test: modify .sh file to trigger workflow --- sbom/validate-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbom/validate-sync.sh b/sbom/validate-sync.sh index c6b6b673..ddb3f88f 100755 --- a/sbom/validate-sync.sh +++ b/sbom/validate-sync.sh @@ -27,4 +27,4 @@ echo "🎉 SUCCESS! All SBOM sync validations passed!" echo "✅ values.yaml and components.yaml are properly synchronized" echo "✅ All required metadata fields are populated" echo "" -echo "Your changes are ready for commit and PR!" \ No newline at end of file +echo "Your changes are ready for commit and PR!"# Test comment