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 bcd369b commit 80882e1Copy full SHA for 80882e1
.github/workflows/release.yml
@@ -208,7 +208,7 @@ jobs:
208
${{ env.IMAGE_NAME }}@${{ env.IMAGE_DIGEST }}
209
210
- name: Generate SBOM
211
- uses: anchore/sbom-action@251a468eed47e5082b105c3ba6ee500c0e65a764 # v0.17.6
+ uses: anchore/sbom-action@fc46e51fd3cb168ffb36c6d1915723c47db58abb # v0.17.7
212
with:
213
image: ${{ env.IMAGE_NAME }}:${{ steps.clean-image-tag.outputs.IMAGE_TAG }}
214
artifact-name: sbom-${{ matrix.config.name }}
0 commit comments