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