diff --git a/prowler/providers/aws/aws_provider.py b/prowler/providers/aws/aws_provider.py index 1fc17f142d..d5392051c1 100644 --- a/prowler/providers/aws/aws_provider.py +++ b/prowler/providers/aws/aws_provider.py @@ -630,7 +630,7 @@ class AwsProvider(Provider): audited_regions.add(region) return audited_regions - def get_tagged_resources(self, input_resource_tags: list[str]): + def get_tagged_resources(self, input_resource_tags: list[str]) -> list[str]: """ Returns a list of the resources that are going to be scanned based on the given input tags.