diff --git a/docs/tutorials/misc.md b/docs/tutorials/misc.md index 0ea85820..1d42e8b0 100644 --- a/docs/tutorials/misc.md +++ b/docs/tutorials/misc.md @@ -14,6 +14,11 @@ Prowler can only display the failed findings: ```console prowler -q/--quiet ``` +## Disable Exit Code 3 +Prowler does not trigger exit code 3 with failed checks: +```console +prowler -z/--ignore-exit-code-3 +``` ## Hide Prowler Banner Prowler can run without showing its banner: ```console