From 29a8e3d51e67ad6dab460a2d17a6e8a4e7cd1b02 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 10:55:26 +0000 Subject: [PATCH] Fix formatting issues in reporting.mdx - Fix broken inline code block in Note - convert to proper code block - Add missing blank line before 'Output timestamp format' section - Add missing blank line before 'V4 Deprecations' section - Update OCSF version from v1.1.0 to v1.3.0 to match JSON example Generated-By: mintlify-agent --- docs/user-guide/cli/tutorials/reporting.mdx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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: