docs(images): fix images link in documentation (#3709)

This commit is contained in:
Sergio Garcia
2024-04-08 14:49:06 +02:00
committed by GitHub
parent daf2ad38bd
commit abcc9c2c80
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# Compliance
Prowler allows you to execute checks based on requirements defined in compliance frameworks. By default, it will execute and give you an overview of the status of each compliance framework:
<img src="./img/compliance/compliance.png"/>
<img src="../img/compliance/compliance.png"/>
> You can find CSVs containing detailed compliance results inside the compliance folder within Prowler's output folder.
@@ -12,7 +12,7 @@ prowler <provider> --compliance <compliance_framework>
```
Standard results will be shown and additionally the framework information as the sample below for CIS AWS 1.5. For details a CSV file has been generated as well.
<img src="./img/compliance/compliance-cis-sample1.png"/>
<img src="../img/compliance/compliance-cis-sample1.png"/>
## List Available Compliance Frameworks
In order to see which compliance frameworks are cover by Prowler, you can use option `--list-compliance`:
+4 -4
View File
@@ -12,25 +12,25 @@ docker run toniblyx/prowler:latest dashboard
```
The banner and additional info about the dashboard will be shown on your console:
<img src="./img/dashboard/dashboard-banner.png">
<img src="../img/dashboard/dashboard-banner.png">
## Overview Page
The overview page provides a full impression of your findings obtained from Prowler:
<img src="./img/dashboard/dashboard-overview.png">
<img src="../img/dashboard/dashboard-overview.png">
In this page you can do multiple functions:
* Apply filters (Assessment Date / Account / Region)
* See wich files has been scaned to generate the dashboard placing your mouse on the `?` icon:
<img src="./img/dashboard/dashboard-files-scanned.png">
<img src="../img/dashboard/dashboard-files-scanned.png">
* Download the `Top 25 Failed Findings by Severity` table using the button `DOWNLOAD THIS TABLE AS CSV`
## Compliance Page
This page shows all the info related to the compliance selected, you can apply multiple filters depending on your preferences.
<img src="./img/dashboard/dashboard-compliance.png">
<img src="../img/dashboard/dashboard-compliance.png">
To add your own compliance to compliance page, add a file with the compliance name (using `_` instead of `.`) to the path `/dashboard/compliance`.