Skip to content

Commit dae3b13

Browse files
authored
Fix image names for scan (#17)
1 parent e681e61 commit dae3b13

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,9 @@ jobs:
112112
continue-on-error: true
113113
id: scan
114114
with:
115-
image: ${{ steps.meta.outputs.tags }}
115+
image: ghcr.io/nginxinc/kic-test-${{ matrix.type }}-server:${{ steps.meta.outputs.version }}
116116
only-fixed: true
117+
add-cpes-if-none: true
117118
- name: upload Anchore scan SARIF report
118119
uses: github/codeql-action/upload-sarif@v2
119120
with:
@@ -177,8 +178,9 @@ jobs:
177178
continue-on-error: true
178179
id: scan
179180
with:
180-
image: ${{ steps.meta.outputs.tags }}
181+
image: ghcr.io/nginxinc/kic-test-grpc-server:${{ steps.meta.outputs.version }}
181182
only-fixed: true
183+
add-cpes-if-none: true
182184
- name: upload Anchore scan SARIF report
183185
uses: github/codeql-action/upload-sarif@v2
184186
with:
@@ -242,8 +244,9 @@ jobs:
242244
continue-on-error: true
243245
id: scan
244246
with:
245-
image: ${{ steps.meta.outputs.tags }}
247+
image: ghcr.io/nginxinc/kic-test-dos-server:${{ steps.meta.outputs.version }}
246248
only-fixed: true
249+
add-cpes-if-none: true
247250
- name: upload Anchore scan SARIF report
248251
uses: github/codeql-action/upload-sarif@v2
249252
with:

0 commit comments

Comments
 (0)