feat(attack-paths): prowler to cartography data model - WIP - ECS WIP Pt. IV

This commit is contained in:
Josema Camacho
2025-10-21 15:59:36 +02:00
parent 19abeea622
commit 66008e8e9e
+2
View File
@@ -113,6 +113,8 @@ class Scan:
if check not in self._bulk_checks_metadata.keys():
raise ScanInvalidCheckError(f"Invalid check provided: {check}.")
# TODO: Delete this
services = ["iam", "s3", "ecs"]
# Validate services
if services:
for service in services: