File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -281,11 +281,10 @@ scoops:
281281signs :
282282- cmd : cosign
283283 stdin : ' {{ .Env.COSIGN_PWD }}'
284- signature : ${artifact}.sigstore.json
285284 args :
286285 - sign-blob
287286 - --key=assets/cosign/cosign.key
288- - --bundle =${signature}
287+ - --output-signature =${signature}
289288 - --yes
290289 - ${artifact}
291290 artifacts : checksum
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
1616env :
1717 AGE_VERSION : 1.3.1 # https://github.com/FiloSottile/age/releases
1818 CHOCOLATEY_VERSION : 2.6.0 # https://github.com/chocolatey/choco/releases
19- COSIGN_VERSION : 3.0.3 # https://github.com/sigstore/cosign/releases
19+ COSIGN_VERSION : 2.6.1 # https://github.com/sigstore/cosign/releases
2020 GO_VERSION : 1.25.5 # https://go.dev/doc/devel/release
2121 GOLANGCI_LINT_VERSION : 2.7.2 # https://github.com/golangci/golangci-lint/releases
2222 GORELEASER_VERSION : 2.13.2 # https://github.com/goreleaser/goreleaser/releases
You can’t perform that action at this time.
0 commit comments