mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
fix(cloudtrail_multi_region_enabled.py): fixed region when no trails (#1774)
This commit is contained in:
@@ -45,7 +45,6 @@ class cloudtrail_multi_region_enabled(Check):
|
||||
)
|
||||
report.resource_arn = "No trails"
|
||||
report.resource_id = "No trails"
|
||||
report.region = cloudtrail_client.region
|
||||
findings.append(report)
|
||||
|
||||
return findings
|
||||
|
||||
Reference in New Issue
Block a user