File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ This section describes the installation steps for getting KICS up and running.
2222
2323#### Release
2424
25- ```
26-
2725KICS release process is pretty straightforward.
2826When we're releasing a new version, we'll pack KICS executables for both Linux and Windows operating systems.
2927Our security queries will be included in the ZIP files and tarballs, so that you can scan your IaC code with the out-of-the-box queries
@@ -41,13 +39,11 @@ kics.exe -p <path-of-your-project-to-scan> -o <output-results.json>
4139
4240```
4341
44- ```
45-
4642#### Docker
4743
4844KICS is also available as a [ Docker image] ( https://hub.docker.com/r/checkmarx/kics ) and can be used as follows:
4945
50- ``txt
46+ ```
5147docker pull checkmarx/kics:latest
5248docker run -v {path_to_local_folder_to_scan}:/path checkmarx/kics:latest -p "/path" -o "/path/results.json"
5349```
You can’t perform that action at this time.
0 commit comments