feat(ui): add attack paths tools to Lighthouse allowed list (#10175)

This commit is contained in:
Rubén De la Torre Vico
2026-02-25 16:42:13 +01:00
committed by GitHub
parent ee7ecabe29
commit d15cabee20
2 changed files with 5 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ All notable changes to the **Prowler UI** are documented in this file.
- PDF report available for the CSA CCM compliance framework [(#10088)](https://github.com/prowler-cloud/prowler/pull/10088)
- Cloudflare provider support [(#9910)](https://github.com/prowler-cloud/prowler/pull/9910)
- CSV and PDF download buttons in compliance views [(#10093)](https://github.com/prowler-cloud/prowler/pull/10093)
- Attack Paths tools added to Lighthouse AI workflow allowed list [(#10175)](https://github.com/prowler-cloud/prowler/pull/10175)
### 🔄 Changed

View File

@@ -80,6 +80,10 @@ const ALLOWED_TOOLS = new Set([
"prowler_app_list_resources",
"prowler_app_get_resource",
"prowler_app_get_resources_overview",
// Attack Paths
"prowler_app_list_attack_paths_queries",
"prowler_app_list_attack_paths_scans",
"prowler_app_run_attack_paths_query",
]);
/**