Skip to content

Commit

Permalink
fix: sign all artifacts
Browse files Browse the repository at this point in the history
I think it's okay to sign all artifacts instead of just the checksum
  • Loading branch information
shibumi committed Dec 23, 2021
1 parent 2f69939 commit 621b166
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ checksum:
name_template: 'checksums.txt'

sboms:
- id: default
artifacts: archive
- artifacts: archive
- id: source
artifacts: source

Expand All @@ -40,7 +39,7 @@ signs:
signature: "${artifact}.sig"
certificate: "${artifact}.pem"
args: ["sign-blob", "--oidc-issuer=https://token.actions.githubusercontent.com", "--output-signature=${signature}", "--output-certificate=${certificate}", "${artifact}"]
artifacts: checksum
artifacts: all

changelog:
use: github
Expand Down

0 comments on commit 621b166

Please sign in to comment.