feat(new_checks): New AWS Organizations related checks (#2133)

Co-authored-by: Pepe Fagoaga <pepe@verica.io>
This commit is contained in:
Gabriel Soltz
2023-03-30 17:36:23 +02:00
committed by GitHub
parent e37d8fe45f
commit 608fd92861
18 changed files with 1086 additions and 1 deletions

View File

@@ -24,7 +24,10 @@
"shield:GetSubscriptionState",
"ssm:GetDocument",
"support:Describe*",
"tag:GetTagKeys"
"tag:GetTagKeys",
"organizations:DescribeOrganization",
"organizations:ListPolicies*",
"organizations:DescribePolicy"
],
"Resource": "*",
"Effect": "Allow",