mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
Added new opton exclude to README
This commit is contained in:
@@ -105,6 +105,14 @@ This script has been written in bash using AWS-CLI and it works in Linux and OSX
|
|||||||
```sh
|
```sh
|
||||||
./prowler -c check310
|
./prowler -c check310
|
||||||
```
|
```
|
||||||
|
or multiple checks separated by comma:
|
||||||
|
```sh
|
||||||
|
./prowler -c check310,check722
|
||||||
|
```
|
||||||
|
or all checks but some of them:
|
||||||
|
```sh
|
||||||
|
./prowler -E check42,check43
|
||||||
|
```
|
||||||
|
|
||||||
or for custom profile and region:
|
or for custom profile and region:
|
||||||
|
|
||||||
@@ -189,6 +197,7 @@ This script has been written in bash using AWS-CLI and it works in Linux and OSX
|
|||||||
-l list all available checks only (does not perform any check)
|
-l list all available checks only (does not perform any check)
|
||||||
-L list all groups (does not perform any check)
|
-L list all groups (does not perform any check)
|
||||||
-e exclude group extras
|
-e exclude group extras
|
||||||
|
-E execute all tests except a list of specified checks separated by comma (i.e. check21,check31)
|
||||||
-b do not print Prowler banner
|
-b do not print Prowler banner
|
||||||
-h this help
|
-h this help
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user