Skip to content

Commit

Permalink
Update getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
markmishaevcx authored Nov 30, 2020
1 parent 609afb6 commit 54f0b29
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ This section describes the installation steps for getting KICS up and running.

#### Release

```
KICS release process is pretty straightforward.
When we're releasing a new version, we'll pack KICS executables for both Linux and Windows operating systems.
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
Expand All @@ -41,13 +39,11 @@ kics.exe -p <path-of-your-project-to-scan> -o <output-results.json>
```

```

#### Docker

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

``txt
```
docker pull checkmarx/kics:latest
docker run -v {​​​​path_to_local_folder_to_scan}​​​​:/path checkmarx/kics:latest -p "/path" -o "/path/results.json"
```
Expand Down

0 comments on commit 54f0b29

Please sign in to comment.