File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 35
35
username : ${{ github.actor }}
36
36
password : ${{ secrets.GITHUB_TOKEN }}
37
37
- name : Setup Cosign
38
- uses : sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b # v2.8.1
38
+ uses : sigstore/cosign-installer@9e9de2292db7abb3f51b7f4808d98f0d347a8919 # v3.0.2
39
39
- uses : anchore/sbom-action/download-syft@422cb34a0f8b599678c41b21163ea6088edb2624 # v0.14.1
40
40
- name : Create release and SBOM
41
41
if : startsWith(github.ref, 'refs/tags/v')
Original file line number Diff line number Diff line change @@ -101,15 +101,17 @@ signs:
101
101
- " --output-certificate=${certificate}"
102
102
- " --output-signature=${signature}"
103
103
- " ${artifact}"
104
+ - --yes
104
105
artifacts : checksum
105
106
output : true
106
107
107
108
docker_signs :
108
- - cmd : cosign
109
- env :
110
- - COSIGN_EXPERIMENTAL=1
111
- artifacts : images
112
- output : true
113
- args :
114
- - ' sign'
115
- - ' ${artifact}'
109
+ - cmd : cosign
110
+ env :
111
+ - COSIGN_EXPERIMENTAL=1
112
+ artifacts : images
113
+ output : true
114
+ args :
115
+ - ' sign'
116
+ - ' ${artifact}'
117
+ - --yes
You can’t perform that action at this time.
0 commit comments