mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-04-15 00:57:55 +00:00
feat(output): Add HTML output Prowler (#4005)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
BIN
docs/tutorials/img/reporting/html-output.png
Normal file
BIN
docs/tutorials/img/reporting/html-output.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 258 KiB |
@@ -294,14 +294,16 @@ The following code is an example output of the [JSON-ASFF](https://docs.aws.amaz
|
||||
???+ note
|
||||
Each finding is a `json` object within a list.
|
||||
|
||||
### HTML
|
||||
|
||||
The following image is an example of the HTML output:
|
||||
|
||||
<img src="../img/reporting/html-output.png">
|
||||
|
||||
## V4 Deprecations
|
||||
|
||||
Some deprecations have been made to unify formats and improve outputs.
|
||||
|
||||
### HTML
|
||||
|
||||
HTML output format has been deprecated in favor of the new dashboard, use it with `prowler dashboard`. You can read more about it at [here](dashboard.md).
|
||||
|
||||
### JSON
|
||||
|
||||
|
||||
Reference in New Issue
Block a user