Skip to content

Commit

Permalink
[#227] Revert trivy ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
nvminhtue committed Jan 15, 2024
1 parent 27d815f commit 4df696b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/generators/addons/aws/modules/alb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const albSGMainContent = dedent`
}
}
# trivy:ignore:AVD-AWS-0107
resource "aws_security_group_rule" "alb_ingress_https" {
type = "ingress"
security_group_id = aws_security_group.alb.id
Expand All @@ -68,6 +69,7 @@ const albSGMainContent = dedent`
description = "From HTTPS to ALB"
}
# trivy:ignore:AVD-AWS-0107
resource "aws_security_group_rule" "alb_ingress_http" {
type = "ingress"
security_group_id = aws_security_group.alb.id
Expand Down

0 comments on commit 4df696b

Please sign in to comment.