File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 5353 args : release --clean
5454 env :
5555 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
56- COSIGN_PRIVATE_KEY : ${{secrets.COSIGN_PRIVATE_KEY}}
57- COSIGN_PASSWORD : ${{secrets.COSIGN_KEY_PASSWORD}}
Original file line number Diff line number Diff line change @@ -102,13 +102,13 @@ changelog:
102102sboms :
103103 - artifacts : archive
104104
105- # sign checksums/archives using Cosign
106105signs :
107106 - artifacts : checksum
108107 cmd : cosign
108+ certificate : " ${artifact}.pem"
109109 args :
110110 - " sign-blob"
111- - " --key=env://COSIGN_PRIVATE_KEY "
111+ - " --output-certificate=${certificate} "
112112 - " --output-signature=${signature}"
113113 - " --yes"
114114 - " ${artifact}"
@@ -119,6 +119,5 @@ docker_signs:
119119 cmd : cosign
120120 args :
121121 - " sign"
122- - " --key=env://COSIGN_PRIVATE_KEY"
123122 - " --yes"
124- - " ${artifact}"
123+ - " ${artifact}"
You can’t perform that action at this time.
0 commit comments