File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
registry : ${{ env.IMAGE_REGISTRY }}
115
115
116
116
- name : Generate attestation for images
117
- uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
117
+ uses : actions/attest-build-provenance@v2
118
118
with :
119
119
subject-name : ${{ env.IMAGE_REGISTRY }}/${{ steps.build_image.outputs.image }}
120
120
subject-digest : ${{ steps.push.outputs.digest }}
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
if : inputs.publish-image
110
110
111
111
- name : Generate attestation for images
112
- uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
112
+ uses : actions/attest-build-provenance@v2
113
113
with :
114
114
subject-name : ${{ env.IMAGE_REGISTRY }}/${{ steps.build_image.outputs.image }}
115
115
subject-digest : ${{ steps.push.outputs.digest }}
Original file line number Diff line number Diff line change 2
2
unpinned-uses :
3
3
config :
4
4
policies :
5
- actions/attest-build-provenance : hash-pin
6
5
actions/* : ref-pin
7
6
redhat-actions/* : hash-pin
8
7
" * " : ref-pin
You can’t perform that action at this time.
0 commit comments