feat(groups): Launch specific checks from groups and services (#1204)

This commit is contained in:
Pepe Fagoaga
2022-06-16 13:27:25 +02:00
committed by GitHub
parent 8abcc5988d
commit f694a6d12a
16 changed files with 201 additions and 95 deletions

View File

@@ -210,7 +210,7 @@ Prowler has been written in bash using AWS-CLI underneath and it works in Linux,
or all checks but some of them:
```sh
./prowler -E check42,check43
./prowler -e check42,check43
```
or for custom profile and region:
@@ -228,7 +228,7 @@ Prowler has been written in bash using AWS-CLI underneath and it works in Linux,
or exclude some checks in the group:
```sh
./prowler -g group4 -E check42,check43
./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