Merge pull request #1 from toniblyx/master

Include missing AWS function policy to check AWS Lambda
This commit is contained in:
Pepe Fagoaga
2021-03-11 13:33:11 +01:00
committed by GitHub
+3 -2
View File
@@ -9,11 +9,12 @@
"ec2:GetEbsEncryptionByDefault",
"ecr:Describe*",
"support:Describe*",
"tag:GetTagKeys"
"tag:GetTagKeys",
"lambda:GetFunction"
],
"Resource": "*",
"Effect": "Allow",
"Sid": "AllowMoreReadForProwler"
}
]
}
}