We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702b91e commit 84a6381Copy full SHA for 84a6381
.github/actions/build-docker-image/action.yml
@@ -93,7 +93,7 @@ runs:
93
if: inputs.push == 'true'
94
95
- name: Attest SBOM
96
- uses: actions/attest-sbom@c29e4e92259a5ed4629496ec6a5724e444389a1f # v1.1.1
+ uses: actions/attest-sbom@aaa2d0a82e0853a3aea99fcf632b9b61cdb534c2 # v1.1.2
97
with:
98
subject-name: ${{ steps.imagename.outputs.image_name }}
99
subject-digest: ${{ steps.push.outputs.digest }}
0 commit comments