fix(compliance): handle check_id not in Prowler Checks (#9208)

This commit is contained in:
Pedro Martín
2025-11-12 09:11:34 +01:00
committed by GitHub
parent ee62ea384a
commit 427dab6810
3 changed files with 65 additions and 58 deletions

View File

@@ -22,10 +22,11 @@ All notable changes to the **Prowler API** are documented in this file.
---
## [1.14.2] (Prowler 5.13.2)
## [1.14.2] (Prowler UNRELEASED)
### Fixed
- Update unique constraint for `Provider` model to exclude soft-deleted entries, resolving duplicate errors when re-deleting providers.
- Update unique constraint for `Provider` model to exclude soft-deleted entries, resolving duplicate errors when re-deleting providers.[(#9054)](https://github.com/prowler-cloud/prowler/pull/9054)
- Remove compliance generation for providers without compliance frameworks [(#9208)](https://github.com/prowler-cloud/prowler/pull/9208)
## [1.14.1] (Prowler 5.13.1)