Skip to content

Commit ac88391

Browse files
authored
ignore trivy finding for public egress (#2919)
2 parents 6aa1bfa + 5a76312 commit ac88391

File tree

1 file changed

+1
-0
lines changed
  • src/_nebari/stages/infrastructure/template/aws/modules/network

1 file changed

+1
-0
lines changed

src/_nebari/stages/infrastructure/template/aws/modules/network/main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ resource "aws_security_group" "main" {
6262
cidr_blocks = [var.vpc_cidr_block]
6363
}
6464

65+
#trivy:ignore:AVD-AWS-0104
6566
egress {
6667
description = "Allow all ports and protocols to exit the security group"
6768
from_port = 0

0 commit comments

Comments
 (0)