File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 5252 version : latest
5353 args : release --clean
5454 env :
55- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
56- COSIGN_PRIVATE_KEY : ${{secrets.COSIGN_PRIVATE_KEY}}
57- COSIGN_PASSWORD : ${{secrets.COSIGN_KEY_PASSWORD}}
55+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -76,11 +76,12 @@ sboms:
7676signs :
7777 - artifacts : checksum
7878 cmd : cosign
79+ certificate : " {artifact}.pem"
7980 args :
8081 - " sign-blob"
81- - " --key=env://COSIGN_PRIVATE_KEY"
8282 - " --output-signature=${signature}"
8383 - " --bundle=${artifact}.bundle"
84+ - " --output-certificate=${certificate}"
8485 - " --yes"
8586 - " ${artifact}"
8687
@@ -89,6 +90,5 @@ docker_signs:
8990 - cmd : cosign
9091 args :
9192 - " sign"
92- - " --key=env://COSIGN_PRIVATE_KEY"
9393 - " --yes"
9494 - " ${artifact}"
You can’t perform that action at this time.
0 commit comments