feat(status): add --status flag (#3238)

This commit is contained in:
Sergio Garcia
2024-01-09 11:35:44 +01:00
committed by GitHub
parent c2f8980f1f
commit c08e244c95
8 changed files with 26 additions and 26 deletions
+3 -3
View File
@@ -9,10 +9,10 @@ Execute Prowler in verbose mode (like in Version 2):
```console
prowler <provider> --verbose
```
## Show only Fails
Prowler can only display the failed findings:
## Filter findings by status
Prowler can filter the findings by their status:
```console
prowler <provider> -q/--quiet
prowler <provider> --status [PASS, FAIL, INFO]
```
## Disable Exit Code 3
Prowler does not trigger exit code 3 with failed checks: