feat(integrations): implement AWS Security Hub integration (#8365)

This commit is contained in:
Adrián Jesús Peña Rodríguez
2025-08-25 15:53:48 +02:00
committed by GitHub
parent d457166a0c
commit 83242da0ab
15 changed files with 1670 additions and 104 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.11.0"
version = "1.12.0"
[project.scripts]
celery = "src.backend.config.settings.celery"