File tree Expand file tree Collapse file tree 2 files changed +0
-32
lines changed Expand file tree Collapse file tree 2 files changed +0
-32
lines changed Original file line number Diff line number Diff 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/cosign-installer@v3.1.1
47-
4844 - name : Login to Registry
4945 uses : docker/login-action@v2
5046 with :
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}}
Original file line number Diff line number Diff line change @@ -58,32 +58,6 @@ checksum:
5858 disable : false
5959 name_template : " {{ .ProjectName }}_{{ .Version }}_checksums.txt"
6060dist : 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
8761changelog :
8862 use : github
8963 sort : asc
You can’t perform that action at this time.
0 commit comments