diff --git a/docs/user-guide/cli/tutorials/reporting.mdx b/docs/user-guide/cli/tutorials/reporting.mdx index 65eec93263..c940468366 100644 --- a/docs/user-guide/cli/tutorials/reporting.mdx +++ b/docs/user-guide/cli/tutorials/reporting.mdx @@ -46,9 +46,15 @@ prowler -M csv json-ocsf json-asff -o ``` -Both flags can be used simultaneously to provide a custom directory and filename. `console prowler -M csv json-ocsf json-asff \ -F -o ` +Both flags can be used simultaneously to provide a custom directory and filename: + +```console +prowler -M csv json-ocsf json-asff \ + -F -o +``` + ## Output timestamp format By default, the timestamp format of the output files is ISO 8601. This can be changed with the flag `--unix-timestamp` generating the timestamp fields in pure unix timestamp format. @@ -368,13 +374,14 @@ Each finding is a `json` object within a list. The following image is an example of the HTML output: + ## V4 Deprecations Some deprecations have been made to unify formats and improve outputs. ### JSON -Native JSON format has been deprecated in favor of JSON [OCSF](https://schema.ocsf.io/) `v1.1.0`. +Native JSON format has been deprecated in favor of JSON [OCSF](https://schema.ocsf.io/) `v1.3.0`. The following is the mapping between the native JSON and the Detection Finding from the JSON-OCSF: