Skip to content

Commit

Permalink
Adding tfsec ignore statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jpl-btlunsfo committed Sep 18, 2024
1 parent dd408e9 commit ad4bd59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ resource "aws_security_group" "airflow_ingress_sg" {
})
}

#tfsec:ignore:AVD-AWS-0107
resource "aws_vpc_security_group_ingress_rule" "airflow_ingress_sg_jpl_rule" {
for_each = toset(["128.149.0.0/16", "137.78.0.0/16", "137.79.0.0/16"])
security_group_id = aws_security_group.airflow_ingress_sg.id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ resource "aws_security_group" "ogc_ingress_sg" {
})
}

#tfsec:ignore:AVD-AWS-0107
resource "aws_vpc_security_group_ingress_rule" "ogc_ingress_sg_jpl_rule" {
for_each = toset(["128.149.0.0/16", "137.78.0.0/16", "137.79.0.0/16"])
security_group_id = aws_security_group.ogc_ingress_sg.id
Expand Down

0 comments on commit ad4bd59

Please sign in to comment.