Skip to content

Commit 5a6152e

Browse files
Merge pull request #123 from Checkmarx/v2.1.4-updates
Update to KICS v2.1.4
2 parents 9446974 + a3a61fd commit 5a6152e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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.3 as kics-env
1+
FROM checkmarx/kics:v2.1.4 as kics-env
22

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

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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].3
124+
uses: checkmarx/[email protected].4
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].3
147+
uses: checkmarx/[email protected].4
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].3
165+
uses: checkmarx/[email protected].4
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].3
191+
uses: checkmarx/[email protected].4
192192
with:
193193
path: test/samples/positive1.tf,test/samples/positive2.tf
194194
token: ${{ secrets.GITHUB_TOKEN }}
@@ -202,7 +202,7 @@ jobs:
202202

203203
<img alt="KICS Logo" src="https://user-images.githubusercontent.com/111127232/203838108-ad537fea-4573-495a-9619-18500ee81dd9.png">
204204

205-
**KICS version: 2.1.3**
205+
**KICS version: 2.1.4**
206206

207207
<table>
208208
<tr></tr>
@@ -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].3
250+
uses: checkmarx/[email protected].4
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].3
281+
uses: checkmarx/[email protected].4
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].3
347+
uses: checkmarx/[email protected].4
348348
with:
349349
path: 'terraform'
350350
config_path: ./kics.config

0 commit comments

Comments
 (0)