Skip to content

Commit c306591

Browse files
Aditya BhatiaAditya Bhatia
authored andcommitted
Ignoring LOW tfsec vulnerability for web_acl cloudwatch log group
1 parent 53cbaac commit c306591

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/wafv2/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ data "aws_iam_policy_document" "web_acl_policy_document" {
216216
}
217217

218218
# CloudWatch Log Group for WAFv2 Logging
219+
#tfsec:ignore:aws-cloudwatch-log-group-customer-key
219220
resource "aws_cloudwatch_log_group" "web_acl_log" {
220221
name = "aws-waf-logs-${var.stage}_${var.region}_${var.service_name}"
221222
count = var.enabled

0 commit comments

Comments
 (0)