Skip to content

Commit 9446974

Browse files
Merge pull request #120 from Checkmarx/cx-monicac-update-kics-version
Update README.md
2 parents 530ac1f + 517f0f8 commit 9446974

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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.2 as kics-env
1+
FROM checkmarx/kics:v2.1.3 as kics-env
22

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

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ It is as simple as running a CLI tool, making it easy to integrate into any proj
6363
<img alt="Azure BluePrints" src="images/logo-azure-blueprints.png" width="100">&nbsp;&nbsp;&nbsp;
6464
<img alt="GitHub Workflows" src="images/logo-github-icon.png" width="100">&nbsp;&nbsp;&nbsp;
6565
<img alt="OpenTofu" src="images/logo-opentofu.png" width="150">&nbsp;&nbsp;&nbsp;
66+
<img alt="NIFCloud" src="images/logo-nifcloud.png" width="110">&nbsp;&nbsp;&nbsp;
6667

6768
#### Beta Features
6869
<img alt="Databricks" src="images/logo-databricks.png" width="200">&nbsp;&nbsp;&nbsp;
69-
<img alt="NIFCloud" src="images/logo-nifcloud.png" width="110">&nbsp;&nbsp;&nbsp;
7070
<img alt="TencentCloud" src="images/logo-tencentcloud.png" width="180">&nbsp;&nbsp;&nbsp;
7171

72-
In order to run the Databricks, NIFCloud and TencentCloud queries, use the `--experimental-queries` flag when running KICS.
72+
In order to run the Databricks and TencentCloud queries, use the `--experimental-queries` flag when running KICS.
7373

7474
Official documentation page <a href="https://docs.kics.io">docs.kics.io</a>
7575

@@ -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].0
124+
uses: checkmarx/[email protected].3
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].0
147+
uses: checkmarx/[email protected].3
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].0
165+
uses: checkmarx/[email protected].3
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].0
191+
uses: checkmarx/[email protected].3
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: 1.6.0**
205+
**KICS version: 2.1.3**
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].0
250+
uses: checkmarx/[email protected].3
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].0
281+
uses: checkmarx/[email protected].3
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].0
347+
uses: checkmarx/[email protected].3
348348
with:
349349
path: 'terraform'
350350
config_path: ./kics.config

0 commit comments

Comments
 (0)