fix(tasks): calculate failed findings for resources during scan (#8322)

This commit is contained in:
Víctor Fernández Poyatos
2025-07-18 13:19:22 +02:00
committed by GitHub
parent 036da81bbd
commit 020edc0d1d
7 changed files with 409 additions and 127 deletions

View File

@@ -38,7 +38,7 @@ name = "prowler-api"
package-mode = false
# Needed for the SDK compatibility
requires-python = ">=3.11,<3.13"
version = "1.10.0"
version = "1.10.1"
[project.scripts]
celery = "src.backend.config.settings.celery"