Skip to content

Commit b5a7400

Browse files
committed
disable cosign
1 parent 1db9330 commit b5a7400

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.goreleaser.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ sboms:
2424
# signs the checksum file
2525
# all files (including the sboms) are included in the checksum
2626
# 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
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

0 commit comments

Comments
 (0)