feat(api): add new endpoint for retrieving findings data by region with associated filters and response schema (#9273)

This commit is contained in:
Adrián Jesús Peña Rodríguez
2025-11-21 11:23:31 +01:00
committed by GitHub
parent 6e7266eacf
commit de5aba6d4d
5 changed files with 327 additions and 71 deletions

View File

@@ -21,6 +21,7 @@ All notable changes to the **Prowler API** are documented in this file.
- Support for MongoDB Atlas provider [(#9167)](https://github.com/prowler-cloud/prowler/pull/9167)
- Support Prowler ThreatScore for the K8S provider [(#9235)](https://github.com/prowler-cloud/prowler/pull/9235)
- Enhanced compliance overview endpoint with provider filtering and latest scan aggregation [(#9244)](https://github.com/prowler-cloud/prowler/pull/9244)
- New endpoint `GET /api/v1/overview/regions` to retrieve aggregated findings data by region [(#9273)](https://github.com/prowler-cloud/prowler/pull/9273)
### Changed
- Optimized database write queries for scan related tasks [(#9190)](https://github.com/prowler-cloud/prowler/pull/9190)