We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec432e commit 96f16c8Copy full SHA for 96f16c8
1 file changed
infrastructure/stacks/iams-developer-roles/github_actions_policies.tf
@@ -803,6 +803,8 @@ resource "aws_iam_policy" "cloudwatch_management" {
803
}
804
805
data "aws_iam_policy_document" "regression_test_permissions" {
806
+ #checkov:skip=CKV_AWS_356: Wildcard resource is required to list all dynamodb tables
807
+ #checkov:skip=CKV_AWS_111: Wildcard resource is required for cloudwatch and xray read permissions
808
statement {
809
sid = "S3Access"
810
effect = "Allow"
0 commit comments