Skip to content

Commit 00def91

Browse files
Update kics to version 2.1.19 (#149)
1 parent 83e3fc0 commit 00def91

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM checkmarx/kics:v2.1.18 as kics-env
1+
FROM checkmarx/kics:v2.1.19 as kics-env
22

33
FROM cgr.dev/chainguard/wolfi-base:latest
44

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Ensure that you're using the <a href="https://github.com/Checkmarx/kics-github-a
212212
- uses: actions/checkout@v3
213213
# Scan Iac with kics
214214
- name: run kics Scan
215-
uses: checkmarx/[email protected].18
215+
uses: checkmarx/[email protected].19
216216
with:
217217
# scanning two directories: ./terraform/ ./cfn-templates/ plus a single file
218218
path: 'terraform,cfn-templates,my-other-sub-folder/Dockerfile'
@@ -235,7 +235,7 @@ If you want KICS to ignore the results and return exit status code 0 unless a KI
235235
steps:
236236
- uses: actions/checkout@v3
237237
- name: run kics Scan
238-
uses: checkmarx/[email protected].18
238+
uses: checkmarx/[email protected].19
239239
with:
240240
path: 'terraform'
241241
ignore_on_exit: results
@@ -253,7 +253,7 @@ If want your pipeline just to fail on HIGH and MEDIUM severity results and KICS
253253
steps:
254254
- uses: actions/checkout@v3
255255
- name: run kics Scan
256-
uses: checkmarx/[email protected].18
256+
uses: checkmarx/[email protected].19
257257
with:
258258
path: 'terraform,my-other-sub-folder/Dockerfile'
259259
fail_on: high,medium
@@ -279,7 +279,7 @@ jobs:
279279
steps:
280280
- uses: actions/checkout@v3
281281
- name: run kics Scan
282-
uses: checkmarx/[email protected].18
282+
uses: checkmarx/[email protected].19
283283
with:
284284
path: test/samples/positive1.tf,test/samples/positive2.tf
285285
token: ${{ secrets.GITHUB_TOKEN }}
@@ -338,7 +338,7 @@ You can only enable one profiler at a time, CPU or MEM.
338338
steps:
339339
- uses: actions/checkout@v3
340340
- name: run kics Scan
341-
uses: checkmarx/[email protected].18
341+
uses: checkmarx/[email protected].19
342342
with:
343343
path: 'terraform'
344344
profiling: MEM
@@ -369,7 +369,7 @@ jobs:
369369
# make sure results dir is created
370370
run: mkdir -p results-dir
371371
- name: Run KICS Scan with SARIF result
372-
uses: checkmarx/[email protected].18
372+
uses: checkmarx/[email protected].19
373373
with:
374374
path: 'terraform'
375375
# when provided with a directory on output_path
@@ -435,7 +435,7 @@ jobs:
435435
}
436436
EOF
437437
- name: Run KICS Scan using config
438-
uses: checkmarx/[email protected].18
438+
uses: checkmarx/[email protected].19
439439
with:
440440
path: 'terraform'
441441
config_path: ./kics.config

0 commit comments

Comments
 (0)