Skip to content

Commit 54f0b29

Browse files
Update getting-started.md
1 parent 609afb6 commit 54f0b29

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/getting-started.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ This section describes the installation steps for getting KICS up and running.
2222

2323
#### Release
2424

25-
```
26-
2725
KICS release process is pretty straightforward.
2826
When we're releasing a new version, we'll pack KICS executables for both Linux and Windows operating systems.
2927
Our 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

4844
KICS is also available as a [Docker image](https://hub.docker.com/r/checkmarx/kics) and can be used as follows:
4945

50-
``txt
46+
```
5147
docker pull checkmarx/kics:latest
5248
docker run -v {​​​​path_to_local_folder_to_scan}​​​​:/path checkmarx/kics:latest -p "/path" -o "/path/results.json"
5349
```

0 commit comments

Comments
 (0)