@@ -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/kics-github-action@v2.1.19
215+ uses : checkmarx/kics-github-action@v2.1.20
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/kics-github-action@v2.1.19
238+ uses : checkmarx/kics-github-action@v2.1.20
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/kics-github-action@v2.1.19
256+ uses : checkmarx/kics-github-action@v2.1.20
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/kics-github-action@v2.1.19
282+ uses: checkmarx/kics-github-action@v2.1.20
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/kics-github-action@v2.1.19
341+ uses: checkmarx/kics-github-action@v2.1.20
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/kics-github-action@v2.1.19
372+ uses: checkmarx/kics-github-action@v2.1.20
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/kics-github-action@v2.1.19
438+ uses: checkmarx/kics-github-action@v2.1.20
439439 with:
440440 path: 'terraform'
441441 config_path: ./kics.config
0 commit comments