Skip to content

Commit d4deb3f

Browse files
authored
fix: signing has a different signature (#774)
<!-- markdownlint-disable MD041 --> #### What this PR does / why we need it Fixes an updated cosign usage https://github.com/open-component-model/ocm-controller/actions/runs/19324494302 #### Which issue(s) this PR is related to <!-- Usage: `Related to #<issue number>`, or `Related to (paste link of issue)`. --> Signed-off-by: Gergely Brautigam <[email protected]>
1 parent 941756f commit d4deb3f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,10 @@ signs:
4040
- cmd: cosign
4141
env:
4242
- COSIGN_EXPERIMENTAL=1
43-
certificate: '${artifact}.pem'
43+
signature: '${artifact}.sigstore.json'
4444
args:
4545
- sign-blob
46-
- '--output-certificate=${certificate}'
47-
- '--output-signature=${signature}'
46+
- '--bundle=${signature}'
4847
- '${artifact}'
4948
- '--yes'
5049
artifacts: checksum

0 commit comments

Comments
 (0)