Add documentation for excluding group checks

This commit is contained in:
Martin Kemp
2019-07-10 13:15:10 +01:00
parent a430ad421b
commit e5e5e84112

View File

@@ -125,6 +125,10 @@ This script has been written in bash using AWS-CLI and it works in Linux and OSX
```sh ```sh
./prowler -g group1 # for iam related checks ./prowler -g group1 # for iam related checks
``` ```
or exclude some checks in the group:
```sh
./prowler -g group4 -E check42,check43
```
Valid check numbers are based on the AWS CIS Benchmark guide, so 1.1 is check11 and 3.10 is check310 Valid check numbers are based on the AWS CIS Benchmark guide, so 1.1 is check11 and 3.10 is check310