We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbc8512 + 67baa97 commit 4822900Copy full SHA for 4822900
1 file changed
.goreleaser.yml
@@ -52,16 +52,11 @@ archives:
52
signs:
53
# Keyless
54
- id: tejolote-keyless
55
- signature: "${artifact}.sig"
56
- certificate: "${artifact}.pem"
+ signature: "${artifact}.sigstore.json"
57
cmd: cosign
58
args:
59
- "sign-blob"
60
- - "--new-bundle-format=false"
61
- - "--output-signature"
62
- - "${artifact}.sig"
63
- - "--output-certificate"
64
- - "${artifact}.pem"
+ - "--bundle=${signature}"
65
- "${artifact}"
66
artifacts: all
67
0 commit comments