From a890895e8b6116d2dcdd649252807ffeae52832c Mon Sep 17 00:00:00 2001 From: Kay Agahd Date: Wed, 5 Jun 2024 15:10:11 +0100 Subject: [PATCH] docs(index): fix docu about output modes (#4187) --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 30b77d778e..ea485e2b11 100644 --- a/docs/index.md +++ b/docs/index.md @@ -212,10 +212,10 @@ prowler If you miss the former output you can use `--verbose` but Prowler v4 is smoking fast, so you won't see much ; -By default, Prowler will generate a CSV, JSON and HTML reports, however you can generate a JSON-ASFF (used by AWS Security Hub) report with `-M` or `--output-modes`: +By default, Prowler generates CSV, JSON-OCSF and HTML reports. However, you can generate a JSON-ASFF report (used by AWS Security Hub) with `-M` or `--output-modes`: ```console -prowler -M csv json json-asff html +prowler -M csv json-asff json-ocsf html ``` The html report will be located in the output directory as the other files and it will look like: