We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0077da + 3bb1b87 commit 146801fCopy full SHA for 146801f
.github/actions/build-docker-image/action.yml
@@ -101,7 +101,7 @@ runs:
101
run: echo "image_name=$(echo "${{ inputs.primaryTag }}" | cut -d ':' -f 1)" >> "${GITHUB_OUTPUT}"
102
103
- name: Generate SBOM
104
- uses: anchore/sbom-action@fc46e51fd3cb168ffb36c6d1915723c47db58abb # v0.17.7
+ uses: anchore/sbom-action@55dc4ee22412511ee8c3142cbea40418e6cec693 # v0.17.8
105
with:
106
image: ${{ inputs.primaryTag }}
107
format: 'cyclonedx-json'
0 commit comments