Update README.md

-c is only for individual checks, need to use -g for level1 checks.
This commit is contained in:
Marcus Maxwell
2019-03-07 09:11:12 +00:00
committed by GitHub
parent 6f678a1093
commit 10a99aa5ae

View File

@@ -161,7 +161,7 @@ This script has been written in bash using AWS-CLI and it works in Linux and OSX
1. To perform an assessment based on CIS Profile Definitions you can use level1 or level2 with `-c` flag, more information about this [here, page 8](https://d0.awsstatic.com/whitepapers/compliance/AWS_CIS_Foundations_Benchmark.pdf):
```sh
./prowler -c level1
./prowler -g level1
```
1. If you want to run Prowler to check multiple AWS accounts in parallel (runs up to 4 simultaneously `-P 4`):