Skip to content

Commit c06a133

Browse files
Update kics to version 2.1.10 (#132)
1 parent 1141bda commit c06a133

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.9 as kics-env
1+
FROM checkmarx/kics:v2.1.10 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
@@ -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].9
124+
uses: checkmarx/[email protected].10
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].9
147+
uses: checkmarx/[email protected].10
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].9
165+
uses: checkmarx/[email protected].10
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].9
191+
uses: checkmarx/[email protected].10
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].9
250+
uses: checkmarx/[email protected].10
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].9
281+
uses: checkmarx/[email protected].10
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].9
347+
uses: checkmarx/[email protected].10
348348
with:
349349
path: 'terraform'
350350
config_path: ./kics.config

0 commit comments

Comments
 (0)