fix(iac): ignore mutelist in IaC scans (#9331)

This commit is contained in:
Andoni Alonso
2025-11-27 11:08:58 +01:00
committed by GitHub
parent 65b054f798
commit 6e135abaa0
3 changed files with 71 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ All notable changes to the **Prowler API** are documented in this file.
### Fixed
- Fix typo in PDF reporting [(#9322)](https://github.com/prowler-cloud/prowler/pull/9322)
- Fix IaC provider initialization failure when mutelist processor is configured [(#9331)](https://github.com/prowler-cloud/prowler/pull/9331)
---