We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ae919 commit d4a5af6Copy full SHA for d4a5af6
.github/workflows/release.yaml
@@ -98,7 +98,7 @@ jobs:
98
cache-to: type=gha,scope=${{ github.ref_name }}-${{ env.IMAGE_TAG }}
99
100
- name: Generate SBOM
101
- uses: anchore/sbom-action@ab5d7b5f48981941c4c5d6bf33aeb98fe3bae38c # v0.15.10
+ uses: anchore/sbom-action@7ccf588e3cf3cc2611714c2eeae48550fbc17552 # v0.15.11
102
with:
103
image: ${{ env.IMAGE_TAG }}
104
artifact-name: sbom-${{ env.IMAGE_NAME }}
0 commit comments