We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1196b54 commit c8a5c49Copy full SHA for c8a5c49
.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@b6a39da80722a2cb0ef5d197531764a89b5d48c3 # v0.15.8
+ uses: anchore/sbom-action@ab5d7b5f48981941c4c5d6bf33aeb98fe3bae38c # v0.15.10
102
with:
103
image: ${{ env.IMAGE_TAG }}
104
artifact-name: sbom-${{ env.IMAGE_NAME }}
0 commit comments