Add GetFindings action to example IAM policy for Security Hub

Following the merge of #651, prowler now calls the GetFindings API when using Security Hub integration - this action needs to be added to the required policy
This commit is contained in:
Marc Jay
2020-09-17 01:37:45 +01:00
committed by GitHub
parent 0dc4c316a2
commit 7e2110dc4e

View File

@@ -3,7 +3,8 @@
"Statement": [
{
"Action": [
"securityhub:BatchImportFindings"
"securityhub:BatchImportFindings",
"securityhub:GetFindings"
],
"Effect": "Allow",
"Resource": "*"