File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,17 +94,17 @@ jobs:
9494
9595 - name : Generate artifact attestation
9696 if : github.event_name != 'pull_request'
97- uses : actions/attest-build-provenance@v2
97+ uses : actions/attest-build-provenance@v3
9898 with :
9999 subject-name : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
100100 subject-digest : ${{ steps.push.outputs.digest }}
101- push-to-registry : true
101+ push-to-registry : false
102102
103103 - name : Generate SBOM
104104 if : github.event_name != 'pull_request'
105105106106 with :
107- image : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.short-sha .outputs.sha }}
107+ image : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.push .outputs.digest }}
108108 format : spdx-json
109109 output-file : sbom.spdx.json
110110
You can’t perform that action at this time.
0 commit comments