File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,9 @@ jobs:
112
112
continue-on-error : true
113
113
id : scan
114
114
with :
115
- image : ${{ steps.meta.outputs.tags }}
115
+ image : ghcr.io/nginxinc/kic-test- ${{ matrix.type }}-server:${{ steps.meta.outputs.version }}
116
116
only-fixed : true
117
+ add-cpes-if-none : true
117
118
- name : upload Anchore scan SARIF report
118
119
uses : github/codeql-action/upload-sarif@v2
119
120
with :
@@ -177,8 +178,9 @@ jobs:
177
178
continue-on-error : true
178
179
id : scan
179
180
with :
180
- image : ${{ steps.meta.outputs.tags }}
181
+ image : ghcr.io/nginxinc/kic-test-grpc-server: ${{ steps.meta.outputs.version }}
181
182
only-fixed : true
183
+ add-cpes-if-none : true
182
184
- name : upload Anchore scan SARIF report
183
185
uses : github/codeql-action/upload-sarif@v2
184
186
with :
@@ -242,8 +244,9 @@ jobs:
242
244
continue-on-error : true
243
245
id : scan
244
246
with :
245
- image : ${{ steps.meta.outputs.tags }}
247
+ image : ghcr.io/nginxinc/kic-test-dos-server: ${{ steps.meta.outputs.version }}
246
248
only-fixed : true
249
+ add-cpes-if-none : true
247
250
- name : upload Anchore scan SARIF report
248
251
uses : github/codeql-action/upload-sarif@v2
249
252
with :
You can’t perform that action at this time.
0 commit comments