We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0723623 commit 39f2920Copy full SHA for 39f2920
.github/actions/apply-single-tags/action.yml
@@ -40,7 +40,7 @@ runs:
40
shell: bash
41
42
- name: Upload SBOM for the image 🧾
43
- uses: anchore/sbom-action@0b82b0b1a22399a1c542d4d656f70cd903571b5c # v0.21.1
+ uses: anchore/sbom-action@62ad5284b8ced813296287a0b63906cb364b73ee # v0.22.0
44
with:
45
image: ${{ env.REGISTRY }}/${{ env.OWNER }}/${{ inputs.image }}
46
artifact-name: ${{ inputs.image }}-${{ inputs.platform }}-${{ inputs.variant }}-sbom.spdx.json
0 commit comments