fix(api): handle deleted scans during progress saves (#11696)

This commit is contained in:
Josema Camacho
2026-06-25 14:12:12 +02:00
committed by GitHub
parent fbddeea254
commit 2b7db88694
3 changed files with 133 additions and 20 deletions
+8
View File
@@ -2,6 +2,14 @@
All notable changes to the **Prowler API** are documented in this file.
## [1.32.2] (Prowler UNRELEASED)
### 🐞 Fixed
- `scan-perform` no longer reports an error when a provider is deleted during a running scan [(#11696)](https://github.com/prowler-cloud/prowler/pull/11696)
---
## [1.32.1] (Prowler v5.31.1)
### 🐞 Fixed