diff --git a/bin/patch-sbom-root b/bin/patch-sbom-root index 87725df..dca6ae1 100755 --- a/bin/patch-sbom-root +++ b/bin/patch-sbom-root @@ -1,6 +1,7 @@ #!/usr/bin/env bash set -euo pipefail +# test: trigger SBOM quality gate pipeline (verify pending comment + score formatting) # Patch the root component of a bombon-generated CycloneDX SBOM. # shellcheck disable=SC2086 #