Replies: 1 comment
-
Moved here: #1630 Thanks @am-avios |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I configured the allowlist.yaml as
Allowlist: Accounts: "*": Checks: "sns_topics_kms_encryption_at_rest_enabled": Regions: - "eu-west-1" Resources: - "aws-controltower"
and scanned an account with prowler
prowler aws -p <> -R <> --region eu-west-1 -b -c sns_topics_kms_encryption_at_rest_enabled --allowlist-file allowlist.yaml
This still returned failed findings with resources name containing string 'aws-controltower'.
Can anyone point out what i am missing?
Beta Was this translation helpful? Give feedback.
All reactions