Remove unused scan task call

This commit is contained in:
Josema Camacho
2026-01-14 15:54:14 +01:00
committed by GitHub
parent 068efb3318
commit bd099beb99
-5
View File
@@ -164,11 +164,6 @@ def perform_scan_task(
Returns:
dict: The result of the scan execution, typically including the status and results of the performed checks.
"""
perform_attack_paths_scan_task.apply_async(
kwargs={"tenant_id": tenant_id, "scan_id": scan_id}
)
return # TODO: Delete this block
result = perform_prowler_scan(
tenant_id=tenant_id,
scan_id=scan_id,