From 0a9d0688a75a223bba7dc10bb6718940e37d4eab Mon Sep 17 00:00:00 2001 From: Pablo Lara Date: Mon, 24 Mar 2025 15:28:13 +0100 Subject: [PATCH] =?UTF-8?q?docs(changelog):=20document=20addition=20of=20d?= =?UTF-8?q?ownload=20column=20in=20scans=20table=20=E2=80=A6=20(#7354)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md index d9bc4ab14e..f87a0bb72c 100644 --- a/ui/CHANGELOG.md +++ b/ui/CHANGELOG.md @@ -11,6 +11,8 @@ All notable changes to the **Prowler UI** are documented in this file. - Social login integration with Google and GitHub [(#7218)](https://github.com/prowler-cloud/prowler/pull/7218) - Added `one-time scan` feature: Adds support for single scan execution. [(#7188)](https://github.com/prowler-cloud/prowler/pull/7188) - Accepted invitations can no longer be edited. [(#7198)](https://github.com/prowler-cloud/prowler/pull/7198) +- Added download column in scans table to download reports for completed scans. [(#7353)](https://github.com/prowler-cloud/prowler/pull/7353) + #### 🔄 Changed