Skip to content

Commit 5a76312

Browse files
committed
ignore trivy finding
1 parent 06f2030 commit 5a76312

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

Lines changed: 1 addition & 0 deletions
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)