Skip to content

Commit dd9b872

Browse files
authored
Drop support for Cosign signatures (#466)
Now, we have GitHub Artifact Attestation
1 parent 600ca7a commit dd9b872

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2525
with:
2626
go-version-file: 'go.mod'
27-
- name: Install Cosign
28-
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
2927
- name: Run GoReleaser
3028
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
3129
with:

.goreleaser.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,6 @@ checksum:
2828
name_template: 'checksums.txt'
2929
extra_files:
3030
- glob: ./dist/raw/*
31-
signs:
32-
- cmd: cosign
33-
signature: '${artifact}.keyless.sig'
34-
certificate: '${artifact}.pem'
35-
output: true
36-
artifacts: checksum
37-
args:
38-
- sign-blob
39-
- '--output-certificate=${certificate}'
40-
- '--output-signature=${signature}'
41-
- '${artifact}'
42-
- --yes
4331
release:
4432
github:
4533
draft: true

0 commit comments

Comments
 (0)