Skip to content

Commit 1e18c73

Browse files
authored
Update README.md
1 parent 85b2f13 commit 1e18c73

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ And ensure that you're using the <a href="https://github.com/Checkmarx/kics-gith
115115
- uses: actions/checkout@v3
116116
# Scan Iac with kics
117117
- name: run kics Scan
118-
uses: checkmarx/[email protected]
118+
uses: checkmarx/[email protected].3
119119
with:
120120
# scanning two directories: ./terraform/ ./cfn-templates/ plus a single file
121121
path: 'terraform,cfn-templates,my-other-sub-folder/Dockerfile'
@@ -138,7 +138,7 @@ If you want KICS to ignore the results and return exit status code 0 unless a KI
138138
steps:
139139
- uses: actions/checkout@v3
140140
- name: run kics Scan
141-
uses: checkmarx/[email protected]
141+
uses: checkmarx/[email protected].3
142142
with:
143143
path: 'terraform'
144144
ignore_on_exit: results
@@ -156,7 +156,7 @@ If want your pipeline just to fail on HIGH and MEDIUM severity results and KICS
156156
steps:
157157
- uses: actions/checkout@v3
158158
- name: run kics Scan
159-
uses: checkmarx/[email protected]
159+
uses: checkmarx/[email protected].3
160160
with:
161161
path: 'terraform,my-other-sub-folder/Dockerfile'
162162
fail_on: high,medium
@@ -182,7 +182,7 @@ jobs:
182182
steps:
183183
- uses: actions/checkout@v3
184184
- name: run kics Scan
185-
uses: checkmarx/[email protected]
185+
uses: checkmarx/[email protected].3
186186
with:
187187
path: test/samples/positive1.tf,test/samples/positive2.tf
188188
token: ${{ secrets.GITHUB_TOKEN }}
@@ -241,7 +241,7 @@ You can only enable one profiler at a time, CPU or MEM.
241241
steps:
242242
- uses: actions/checkout@v3
243243
- name: run kics Scan
244-
uses: checkmarx/[email protected]
244+
uses: checkmarx/[email protected].3
245245
with:
246246
path: 'terraform'
247247
profiling: MEM
@@ -272,7 +272,7 @@ jobs:
272272
# make sure results dir is created
273273
run: mkdir -p results-dir
274274
- name: Run KICS Scan with SARIF result
275-
uses: checkmarx/[email protected]
275+
uses: checkmarx/[email protected].3
276276
with:
277277
path: 'terraform'
278278
# when provided with a directory on output_path
@@ -337,7 +337,7 @@ jobs:
337337
}
338338
EOF
339339
- name: Run KICS Scan using config
340-
uses: checkmarx/[email protected]
340+
uses: checkmarx/[email protected].3
341341
with:
342342
path: 'terraform'
343343
config_path: ./kics.config

0 commit comments

Comments
 (0)