Skip to content

Commit 46722ea

Browse files
fix for positive4 test to "Unknown Port Exposed To Internet"
* Fixed the field naming and value for the positive4 test
1 parent 1eb7417 commit 46722ea

File tree

1 file changed

+1
-1
lines changed
  • assets/queries/terraform/aws/unknown_port_exposed_to_internet/test

1 file changed

+1
-1
lines changed

assets/queries/terraform/aws/unknown_port_exposed_to_internet/test/positive4.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module "vote_service_sg_ipv4_array" {
4545
from_port = 2000
4646
to_port = 2500
4747
protocol = "tcp"
48-
ipv6_cidr_blocks = ["::/0"]
48+
cidr_blocks = ["0.0.0.0/0"]
4949
}
5050
]
5151
}

0 commit comments

Comments
 (0)