mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 12:31:54 +00:00
docs(checks): improve docs related with checks (#7768)
This commit is contained in:
committed by
César Arroba
parent
f88d45535c
commit
3ca8aacbfa
@@ -38,11 +38,11 @@ prowler <provider> --list-checks
|
||||
```
|
||||
- Execute specific check(s):
|
||||
```console
|
||||
prowler <provider> -c/--checks s3_bucket_public_access
|
||||
prowler <provider> -c/--checks s3_bucket_public_access iam_root_mfa_enabled
|
||||
```
|
||||
- Exclude specific check(s):
|
||||
```console
|
||||
prowler <provider> -e/--excluded-checks ec2 rds
|
||||
prowler <provider> -e/--excluded-checks s3_bucket_public_access iam_root_mfa_enabled
|
||||
```
|
||||
- Execute checks that appears in a json file:
|
||||
```json
|
||||
|
||||
Reference in New Issue
Block a user