From 2e3164636d5365dbae8038f4896559f7540e579e Mon Sep 17 00:00:00 2001 From: Drew Kerrigan Date: Mon, 3 Feb 2025 14:51:03 -0500 Subject: [PATCH] docs(): add description of changed and new delta values to prowler app tutorial (#6801) --- docs/tutorials/prowler-app.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorials/prowler-app.md b/docs/tutorials/prowler-app.md index 40a40ed096..3184d9e958 100644 --- a/docs/tutorials/prowler-app.md +++ b/docs/tutorials/prowler-app.md @@ -133,3 +133,5 @@ While the scan is running, start exploring the findings in these sections: Issues - **Browse All Findings**: Detailed list of findings detected, where you can filter by severity, service, and more. Findings + +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`.