Skip to content

Commit e39b0e8

Browse files
author
Patrick Koss
committed
remove signer
1 parent 3a93cf8 commit e39b0e8

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

.github/workflows/release.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,11 @@ jobs:
3636
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
3737
restore-keys: |
3838
${{ runner.os }}-go-
39-
- uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 # v3.1.1
4039
- uses: anchore/sbom-action/download-syft@78fc58e266e87a38d4194b2137a3d4e9bcaf7ca1 # v0.14.3
4140

4241
- name: Set Up Docker Buildx
4342
uses: docker/setup-buildx-action@v2
4443

45-
- name: Set up Cosign
46-
uses: sigstore/[email protected]
47-
4844
- name: Login to Registry
4945
uses: docker/login-action@v2
5046
with:
@@ -60,5 +56,3 @@ jobs:
6056
args: release --clean
6157
env:
6258
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63-
COSIGN_PRIVATE_KEY: ${{secrets.COSIGN_PRIVATE_KEY}}
64-
COSIGN_PASSWORD: ${{secrets.COSIGN_KEY_PASSWORD}}

.goreleaser.yml

-26
Original file line numberDiff line numberDiff line change
@@ -58,32 +58,6 @@ checksum:
5858
disable: false
5959
name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"
6060
dist: dist
61-
docker_signs:
62-
- cmd: cosign
63-
args:
64-
- sign
65-
- --tlog-upload=false
66-
- --key
67-
- env://COSIGN_PRIVATE_KEY
68-
- "${artifact}@${digest}"
69-
- --yes
70-
artifacts: images
71-
ids:
72-
- external-dns-stackit-webhook
73-
output: true
74-
signs:
75-
- cmd: cosign
76-
env:
77-
- COSIGN_EXPERIMENTAL=1
78-
certificate: '${artifact}.pem'
79-
args:
80-
- sign-blob
81-
- --yes
82-
- '--output-certificate=${certificate}'
83-
- '--output-signature=${signature}'
84-
- '${artifact}'
85-
artifacts: checksum
86-
output: true
8761
changelog:
8862
use: github
8963
sort: asc

0 commit comments

Comments
 (0)