File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -97,28 +97,26 @@ changelog:
97
97
skip : true
98
98
99
99
archives :
100
- - id : kubernetes-ingress
100
+ - id : archives
101
101
builds : [kubernetes-ingress]
102
102
103
103
sboms :
104
- - artifacts : archive
105
- ids : [kubernetes-ingress]
104
+ - id : sboms
105
+ artifacts : archive
106
+ ids : [archives]
106
107
documents :
107
108
- " ${artifact}.spdx.json"
108
109
109
110
release :
110
- ids : [kubernetes-ingress]
111
- extra_files :
112
- - glob : ./dist/**.spdx.json
111
+ ids : [archives, sboms, signs]
113
112
114
113
blobs :
115
114
- provider : azblob
116
115
bucket : ' {{.Env.AZURE_BUCKET_NAME}}'
117
- extra_files :
118
- - glob : ./dist/**.spdx.json
119
116
120
117
signs :
121
- - cmd : cosign
118
+ - id : signs
119
+ cmd : cosign
122
120
artifacts : checksum
123
121
output : true
124
122
certificate : ' ${artifact}.pem'
You can’t perform that action at this time.
0 commit comments