Skip to content

Commit

Permalink
disable cosign
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis committed Mar 21, 2022
1 parent 1db9330 commit b5a7400
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ sboms:
# signs the checksum file
# all files (including the sboms) are included in the checksum
# https://goreleaser.com/customization/sign
signs:
- cmd: cosign
env:
- COSIGN_EXPERIMENTAL=1
certificate: "${artifact}.pem"
args:
- sign-blob
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
- "${artifact}"
artifacts: checksum
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 comments on commit b5a7400

Please sign in to comment.