We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c0ef33 commit b12c7c5Copy full SHA for b12c7c5
infrastructure/terraform/modules/backend-api/iam_role_guardduty.tf
@@ -34,6 +34,7 @@ data "aws_iam_policy_document" "guardduty_assumerole" {
34
}
35
36
37
+#tfsec:ignore:aws-iam-no-policy-wildcards
38
data "aws_iam_policy_document" "guardduty" {
39
statement {
40
sid = "AllowManagedRuleToSendS3EventsToGuardDuty"
@@ -79,7 +80,6 @@ data "aws_iam_policy_document" "guardduty" {
79
80
]
81
82
resources = [
- #tfsec:ignore:aws-iam-no-policy-wildcards
83
"${module.s3bucket_quarantine.arn}/*"
84
85
@@ -126,7 +126,6 @@ data "aws_iam_policy_document" "guardduty" {
126
127
128
129
130
131
132
0 commit comments