Merge branch 'development' into renovate/actions-attest-sbom-3.x

This commit is contained in:
Jeremy
2026-01-02 22:24:23 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -235,7 +235,7 @@ jobs:
# Generate SBOM (Software Bill of Materials) for supply chain security
- name: Generate SBOM
uses: anchore/sbom-action@61119d458adab75f756bc0b9e4bde25725f86a7a # v0.17.2
uses: anchore/sbom-action@a930d0ac434e3182448fe678398ba5713717112a # v0.21.0
if: github.event_name != 'pull_request' && steps.skip.outputs.skip_build != 'true'
with:
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.build-and-push.outputs.digest }}