mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-03-22 03:08:23 +00:00
feat(ui): add attack paths tools to Lighthouse allowed list (#10175)
This commit is contained in:
committed by
GitHub
parent
ee7ecabe29
commit
d15cabee20
@@ -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
|
||||
|
||||
|
||||
@@ -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",
|
||||
]);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user