Does selecting a Group check limit the run to ONLY those Checks/Extras in the Group? #1463
-
|
If I run prowler with a -g for example: ./prowler -g hipaa for HIPAA as an example: If I run it with no flag are all checks and no "extras" run? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @edschreibman, first of all thank you for using Prowler.
Thanks again! |
Beta Was this translation helpful? Give feedback.
Hi @edschreibman, first of all thank you for using Prowler.
/prowler -g hipaaonly the checks included here (group10_hipaa) will run. You're right, only the checks included inGROUP_CHECKS[10]../prowlerthe 243 checks will be executed, both checks and extras../prowler -g extrasonly the checks included in the extras groups will be executedprowler/groups/group7_extras
Line 17 in a769bb8