mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 13:01:56 +00:00
feat(attack-paths): prowler to cartography data model - WIP - ECS WIP Pt. IV
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user