-
Hi. Could you tell me where I can see structure of json report? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Hi @JWebDev can you give us more details on how are you running prowler and what version are you using? |
Beta Was this translation helpful? Give feedback.
-
Documentation updated with these details: https://github.com/prowler-cloud/prowler#output-formats |
Beta Was this translation helpful? Give feedback.
Hi @JWebDev can you give us more details on how are you running prowler and what version are you using?
The easiest way to get json output reports is with
./prowler -M json
for all checks in all regions, if you want to narrow down for tests do something like./prowler -M json,html,csv -f us-east-1 -c check11,check12