Skip to content

Commit

Permalink
revert cosign signing of release checksums file (#2571)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
  • Loading branch information
wagoodman committed Jan 31, 2024
1 parent bbe7fa1 commit 377538e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .goreleaser.yaml
Expand Up @@ -259,16 +259,3 @@ sboms:
- "$artifact"
- "--output"
- "json=$document"

signs:
- cmd: .tool/cosign
signature: "${artifact}.sig"
certificate: "${artifact}.pem"
args:
- "sign-blob"
- "--oidc-issuer=https://token.actions.githubusercontent.com"
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
- "${artifact}"
- "--yes"
artifacts: checksum

0 comments on commit 377538e

Please sign in to comment.