From 1c50a87ca22ae1175daf3d4857c0eeb442a776cf Mon Sep 17 00:00:00 2001 From: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Date: Thu, 5 Jan 2023 17:57:21 +0100 Subject: [PATCH] fix(trustedadvisor_errors_and_warnings): add region (#1662) Co-authored-by: sergargar --- .../trustedadvisor_errors_and_warnings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/prowler/providers/aws/services/trustedadvisor/trustedadvisor_errors_and_warnings/trustedadvisor_errors_and_warnings.py b/prowler/providers/aws/services/trustedadvisor/trustedadvisor_errors_and_warnings/trustedadvisor_errors_and_warnings.py index 99608da1..dfff4bf8 100644 --- a/prowler/providers/aws/services/trustedadvisor/trustedadvisor_errors_and_warnings/trustedadvisor_errors_and_warnings.py +++ b/prowler/providers/aws/services/trustedadvisor/trustedadvisor_errors_and_warnings/trustedadvisor_errors_and_warnings.py @@ -23,6 +23,7 @@ class trustedadvisor_errors_and_warnings(Check): report.status = "INFO" report.status_extended = "Amazon Web Services Premium Support Subscription is required to use this service." report.resource_id = trustedadvisor_client.account + report.region = trustedadvisor_client.region findings.append(report) return findings