Skip to content

Commit

Permalink
docs(typo): fixing typos in getting-started.md (Checkmarx#3540)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruigomescx authored Jun 4, 2021
1 parent a7b7e05 commit d59433c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can provide your own path to the queries directory with `-q` CLI option (see

#### One-liner Install Script

Run the following command to download and install kics. It will detect your current OS and download the appropriate binary package, defaults installation to `./bin` the queries will be placed alongside the binary in `./bin/assets/queries`:
Run the following command to download and install kics. It will detect your current OS and download the appropriate binary package, defaults installation to `./bin` and the queries will be placed alongside the binary in `./bin/assets/queries`:

```shell
curl -sfL 'https://raw.githubusercontent.com/Checkmarx/kics/master/install.sh' | bash
Expand All @@ -36,8 +36,8 @@ sudo curl -sfL 'https://raw.githubusercontent.com/Checkmarx/kics/master/install.
#### Binary

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
When we're releasing a new version, we'll pack KICS executables for Linux, Windows and macOS 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.

So all you need is:

Expand Down Expand Up @@ -66,7 +66,7 @@ So all you need is:

---

**Note**: KICS does not executes scan by default anymore
**Note**: KICS does not execute scan by default anymore.

## Next Steps
- [Understand how to configure KICS](configuration-file.md) so you can have a better KICS experience.
Expand Down

0 comments on commit d59433c

Please sign in to comment.