Skip to content

Commit b12c7c5

Browse files
committed
CCM-8572: tfsec ignore
1 parent 6c0ef33 commit b12c7c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

infrastructure/terraform/modules/backend-api/iam_role_guardduty.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ data "aws_iam_policy_document" "guardduty_assumerole" {
3434
}
3535
}
3636

37+
#tfsec:ignore:aws-iam-no-policy-wildcards
3738
data "aws_iam_policy_document" "guardduty" {
3839
statement {
3940
sid = "AllowManagedRuleToSendS3EventsToGuardDuty"
@@ -79,7 +80,6 @@ data "aws_iam_policy_document" "guardduty" {
7980
]
8081

8182
resources = [
82-
#tfsec:ignore:aws-iam-no-policy-wildcards
8383
"${module.s3bucket_quarantine.arn}/*"
8484
]
8585
}
@@ -126,7 +126,6 @@ data "aws_iam_policy_document" "guardduty" {
126126
]
127127

128128
resources = [
129-
#tfsec:ignore:aws-iam-no-policy-wildcards
130129
"${module.s3bucket_quarantine.arn}/*"
131130
]
132131
}

0 commit comments

Comments
 (0)