We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fb6bb commit 7b440c8Copy full SHA for 7b440c8
.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@9fece9e20048ca9590af301449208b2b8861333b # v0.15.9
+ 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