docs(): add description of changed and new delta values to prowler app tutorial (#6801)

This commit is contained in:
Drew Kerrigan
2025-02-03 14:51:03 -05:00
committed by GitHub
parent d64f611f51
commit 552aa64741

View File

@@ -133,3 +133,5 @@ While the scan is running, start exploring the findings in these sections:
<img src="../../img/issues.png" alt="Issues" width="300" style="text-align: center;"/>
- **Browse All Findings**: Detailed list of findings detected, where you can filter by severity, service, and more. <img src="../../img/findings.png" alt="Findings" width="700"/>
To view all `new` findings that have not been seen prior to this scan, click the `Delta` filter and select `new`. To view all `changed` findings that have had a status change (from `PASS` to `FAIL` for example), click the `Delta` filter and select `changed`.