mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
Update resource type for SQS and SNS (#1747)
This commit is contained in:
@@ -139,6 +139,10 @@ def create_inventory_table(resources: list) -> dict:
|
|||||||
|
|
||||||
if service == "s3":
|
if service == "s3":
|
||||||
resource_type = "bucket"
|
resource_type = "bucket"
|
||||||
|
elif service == "sns":
|
||||||
|
resource_type = "topic"
|
||||||
|
elif service == "sqs":
|
||||||
|
resource_type = "queue"
|
||||||
else:
|
else:
|
||||||
resource_type = resource.split(":")[5].split("/")[0]
|
resource_type = resource.split(":")[5].split("/")[0]
|
||||||
if service not in resources_type:
|
if service not in resources_type:
|
||||||
|
|||||||
Reference in New Issue
Block a user