We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db9330 commit b5a7400Copy full SHA for b5a7400
.goreleaser.yaml
@@ -24,15 +24,15 @@ sboms:
24
# signs the checksum file
25
# all files (including the sboms) are included in the checksum
26
# https://goreleaser.com/customization/sign
27
-signs:
28
-- cmd: cosign
29
- env:
30
- - COSIGN_EXPERIMENTAL=1
31
- certificate: "${artifact}.pem"
32
- args:
33
- - sign-blob
34
- - "--output-certificate=${certificate}"
35
- - "--output-signature=${signature}"
36
- - "${artifact}"
37
- artifacts: checksum
38
- output: true
+#signs:
+#- cmd: cosign
+# env:
+# - COSIGN_EXPERIMENTAL=1
+# certificate: "${artifact}.pem"
+# args:
+# - sign-blob
+# - "--output-certificate=${certificate}"
+# - "--output-signature=${signature}"
+# - "${artifact}"
+# artifacts: checksum
+# output: true
0 commit comments