From c72dad8df8abdf9a09bee206ce8de1edd71b6efa Mon Sep 17 00:00:00 2001 From: Byron Williams Date: Sat, 27 Jun 2026 18:50:49 -0700 Subject: [PATCH] test(ci): smoke-test python-sbom Grype cutover (64ad9cf) [no merge] Temporary: points the SBOM caller at the merged #152 cutover commit to validate the gating Grype job reports under the 'Scan Runtime Dependencies' check. Throwaway branch; not for merge. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/sbom.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index 02b3750..b091086 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -37,7 +37,7 @@ jobs: permissions: contents: read security-events: write - uses: ByronWilliamsCPA/.github/.github/workflows/python-sbom.yml@987d517d3c8e4b180f4dd15de6d9575f0df91182 # main + uses: ByronWilliamsCPA/.github/.github/workflows/python-sbom.yml@64ad9cf69bf17698c5f3694ec50f55a691d8a774 # main (cutover smoke test) with: python-version: '3.12' fail-on-vulnerabilities: true