You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-09-16 09:26:52 +02:00
fix(ci): dont need to sign sboms as we already sign the checksums
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
@@ -217,19 +217,6 @@ signs:
|
||||
- '--output-certificate=${certificate}'
|
||||
- '--output-signature=${signature}'
|
||||
- '${artifact}'
|
||||
- id: sign-sboms
|
||||
cmd: cosign
|
||||
env:
|
||||
- COSIGN_EXPERIMENTAL=1
|
||||
certificate: '${artifact}.pem'
|
||||
output: true
|
||||
args:
|
||||
- sign-blob
|
||||
- '--oidc-issuer={{if index .Env "CI"}}https://token.actions.githubusercontent.com{{else}}https://oauth2.sigstore.dev/auth{{end}}'
|
||||
- '--output-certificate=${certificate}'
|
||||
- '--output-signature=${signature}'
|
||||
- '${artifact}'
|
||||
artifacts: sbom
|
||||
|
||||
docker_signs:
|
||||
- cmd: cosign
|
||||
|
Reference in New Issue
Block a user