File tree 2 files changed +0
-32
lines changed
2 files changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,11 @@ jobs:
36
36
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
37
37
restore-keys : |
38
38
${{ runner.os }}-go-
39
- - uses : sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 # v3.1.1
40
39
- uses : anchore/sbom-action/download-syft@78fc58e266e87a38d4194b2137a3d4e9bcaf7ca1 # v0.14.3
41
40
42
41
- name : Set Up Docker Buildx
43
42
uses : docker/setup-buildx-action@v2
44
43
45
- - name : Set up Cosign
46
-
47
-
48
44
- name : Login to Registry
49
45
uses : docker/login-action@v2
50
46
with :
60
56
args : release --clean
61
57
env :
62
58
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:
58
58
disable : false
59
59
name_template : " {{ .ProjectName }}_{{ .Version }}_checksums.txt"
60
60
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
87
61
changelog :
88
62
use : github
89
63
sort : asc
You can’t perform that action at this time.
0 commit comments