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 9168561 commit a6e6070Copy full SHA for a6e6070
.github/workflows/release.yaml
@@ -101,7 +101,7 @@ jobs:
101
cache-to: type=gha,scope=${{ github.ref_name }}-${{ env.IMAGE_TAG }}
102
103
- name: Generate SBOM
104
- uses: anchore/sbom-action@9fece9e20048ca9590af301449208b2b8861333b # v0.15.9
+ uses: anchore/sbom-action@ab5d7b5f48981941c4c5d6bf33aeb98fe3bae38c # v0.15.10
105
with:
106
image: ${{ env.IMAGE_TAG }}
107
artifact-name: sbom-${{ env.IMAGE_NAME }}
0 commit comments