@@ -121,7 +121,7 @@ Ensure that you're using the <a href="https://github.com/Checkmarx/kics-github-a
121121 - uses : actions/checkout@v3
122122 # Scan Iac with kics
123123 - name : run kics Scan
124- uses :
checkmarx/[email protected] .7 124+ uses :
checkmarx/[email protected] .8 125125 with :
126126 # scanning two directories: ./terraform/ ./cfn-templates/ plus a single file
127127 path : ' terraform,cfn-templates,my-other-sub-folder/Dockerfile'
@@ -144,7 +144,7 @@ If you want KICS to ignore the results and return exit status code 0 unless a KI
144144 steps :
145145 - uses : actions/checkout@v3
146146 - name : run kics Scan
147- uses :
checkmarx/[email protected] .7 147+ uses :
checkmarx/[email protected] .8 148148 with :
149149 path : ' terraform'
150150 ignore_on_exit : results
@@ -162,7 +162,7 @@ If want your pipeline just to fail on HIGH and MEDIUM severity results and KICS
162162 steps :
163163 - uses : actions/checkout@v3
164164 - name : run kics Scan
165- uses :
checkmarx/[email protected] .7 165+ uses :
checkmarx/[email protected] .8 166166 with :
167167 path : ' terraform,my-other-sub-folder/Dockerfile'
168168 fail_on : high,medium
@@ -188,7 +188,7 @@ jobs:
188188 steps:
189189 - uses: actions/checkout@v3
190190 - name: run kics Scan
191- uses: checkmarx/[email protected] .7 191+ uses: checkmarx/[email protected] .8 192192 with:
193193 path: test/samples/positive1.tf,test/samples/positive2.tf
194194 token: ${{ secrets.GITHUB_TOKEN }}
@@ -247,7 +247,7 @@ You can only enable one profiler at a time, CPU or MEM.
247247 steps:
248248 - uses: actions/checkout@v3
249249 - name: run kics Scan
250- uses: checkmarx/[email protected] .7 250+ uses: checkmarx/[email protected] .8 251251 with:
252252 path: 'terraform'
253253 profiling: MEM
@@ -278,7 +278,7 @@ jobs:
278278 # make sure results dir is created
279279 run: mkdir -p results-dir
280280 - name: Run KICS Scan with SARIF result
281- uses: checkmarx/[email protected] .7 281+ uses: checkmarx/[email protected] .8 282282 with:
283283 path: 'terraform'
284284 # when provided with a directory on output_path
@@ -344,7 +344,7 @@ jobs:
344344 }
345345 EOF
346346 - name: Run KICS Scan using config
347- uses: checkmarx/[email protected] .7 347+ uses: checkmarx/[email protected] .8 348348 with:
349349 path: 'terraform'
350350 config_path: ./kics.config
0 commit comments