File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88permissions :
99 contents : write
10+ id-token : write
1011
1112jobs :
1213 release :
1819 fetch-depth : 0
1920 persist-credentials : false
2021
22+ - uses : sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
23+
2124 - name : Set up Go
2225 uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2326 with :
Original file line number Diff line number Diff line change @@ -34,6 +34,18 @@ archives:
3434checksum :
3535 name_template : " checksums.txt"
3636
37+ signs :
38+ - cmd : cosign
39+ certificate : " ${artifact}.pem"
40+ args :
41+ - sign-blob
42+ - " --output-certificate=${certificate}"
43+ - " --output-signature=${signature}"
44+ - " ${artifact}"
45+ - " --yes"
46+ artifacts : checksum
47+ output : true
48+
3749snapshot :
3850 version_template : " {{ incpatch .Version }}-next"
3951
You can’t perform that action at this time.
0 commit comments