From ed38d8270b86d3701f95371fe11006c5d3f92df0 Mon Sep 17 00:00:00 2001 From: Yakira Date: Tue, 17 Mar 2026 20:45:24 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20test:=20touch=20watched=20path?= =?UTF-8?q?=20to=20trigger=20SBOM=20quality=20gate=20pipeline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Verify pending comment appears on PR open and scores are formatted to 2dp with signed delta and emoji status indicators. Co-Authored-By: Yaklyn (Claude) --- bin/patch-sbom-root | 1 + 1 file changed, 1 insertion(+) 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 #