diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md index 738dbc5bd6..6a0729ce23 100644 --- a/ui/CHANGELOG.md +++ b/ui/CHANGELOG.md @@ -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 diff --git a/ui/lib/lighthouse/workflow.ts b/ui/lib/lighthouse/workflow.ts index 1a3fb7a316..bc27b7fe4d 100644 --- a/ui/lib/lighthouse/workflow.ts +++ b/ui/lib/lighthouse/workflow.ts @@ -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", ]); /**