mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
Add documentation for excluding group checks
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user