Open
Description
Deprecations from v3
General
Allowlist
now is calledMutelist
.- The
--quiet
option has been deprecated, now use the--status
flag to select the finding's status you want to get from PASS, FAIL or MANUAL. - All
INFO
finding's status has changed toMANUAL
. - The CSV output format is common for all the providers. Check the equivalences from v3 here.
We have deprecated some of our outputs formats:
- The native JSON is replaced for the JSON OCSF v1.1.0, common for all the providers. Here there is a table with the equivalences https://docs.prowler.com/projects/prowler-open-source/en/latest/tutorials/reporting/#json.
AWS
- Deprecate the AWS flag
--sts-endpoint-region
since we use AWS STS regional tokens. - To send only
FAIL
findings to AWS Security Hub, now use either--send-sh-only-fails
or--security-hub --status FAIL
.
Read more about the v4 release here.