We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f5319 commit fb07353Copy full SHA for fb07353
.goreleaser.yml
@@ -102,16 +102,16 @@ changelog:
102
sboms:
103
- artifacts: archive
104
105
+# sign checksums/archives using Cosign
106
signs:
107
- artifacts: checksum
108
cmd: cosign
- certificate: "${artifact}.pem"
109
+ signature: "${artifact}.sigstore.json"
110
args:
111
- "sign-blob"
- - "--output-certificate=${certificate}"
112
- - "--output-signature=${signature}"
113
- - "--yes"
+ - "--bundle=${signature}"
114
- "${artifact}"
+ - "--yes"
115
116
# sign published Docker images using Cosign
117
docker_signs:
0 commit comments