Skip to content

Commit

Permalink
fix: suppress CKV2_AWS_382
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Schreckengaust <[email protected]>
  • Loading branch information
scottschreckengaust committed Dec 11, 2024
1 parent 3124f5f commit ceb3849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/networking-resources/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resource "aws_vpc_security_group_egress_rule" "to_internet" {
ip_protocol = -1
cidr_ipv4 = "0.0.0.0/0"
security_group_id = aws_security_group.lambda.id
#checkov:skip=CKV2_AWS_382:access to internet for lambda is required
#checkov:skip=CKV_AWS_382:access to internet for lambda is required
}

resource "aws_vpc_security_group_ingress_rule" "https_within_sg" {
Expand Down

0 comments on commit ceb3849

Please sign in to comment.