Add "access-analyzer:ListTagsForResource" to prowler-additions-policy.json

check extra769 (Check if IAM Access Analyzer is enabled and its findings) requires this IAM permission
This commit is contained in:
Dominick Bellizzi
2019-12-06 14:49:36 -08:00
committed by GitHub
parent b6e34adc24
commit 53f097c2af

View File

@@ -3,6 +3,7 @@
"Statement": [
{
"Action": [
"access-analyzer:ListTagsForResource",
"apigateway:get*",
"apigatewayv2:get*",
"aws-marketplace:viewsubscriptions",
@@ -103,4 +104,4 @@
"Resource": "*"
}
]
}
}