fix(findings): avoid backfill on empty scans (#8183)

This commit is contained in:
Víctor Fernández Poyatos
2025-07-04 12:24:49 +02:00
committed by GitHub
parent 7eb08b0f14
commit e7c2fa0699
3 changed files with 73 additions and 3 deletions

View File

@@ -6,6 +6,13 @@ All notable changes to the **Prowler API** are documented in this file.
---
## [v1.9.1] (Prowler v5.8.1)
### Fixed
- Scan with no resources will not trigger legacy code for findings metadata [(#8183)](https://github.com/prowler-cloud/prowler/pull/8183)
---
## [v1.9.0] (Prowler v5.8.0)
### Added