Skip to content

Commit

Permalink
Ignore trivy finding that we cannot work around
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshochadel committed Oct 28, 2024
1 parent 6f045fc commit f7833cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions brokerpaks/cg-smtp/terraform/bind/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ locals {
subscribed_webhook = ((local.subscribe_bounce_notification || local.subscribe_complaint_notification || local.subscribe_delivery_notification) ? var.notification_webhook : null)
}

# Trivy: It is best practice to manage access via groups intead of by directly attaching
# policies to users. However, each binding may specify separate source IP constraints
# on sending, so we cannot use a group with a single policy for all users.
#trivy:ignore:AVD-AWS-0143
resource "aws_iam_user" "user" {
name = local.user_name
path = "/cf/"
Expand Down

0 comments on commit f7833cb

Please sign in to comment.