Skip to content

Commit

Permalink
Scan IaC for Static Misconfigurations Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jit-ci[bot] authored Oct 16, 2024
1 parent 5d6891e commit 88ba921
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jit_iac_misconfiguation_test_file.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
resource "aws_vpc" "dev-vpc" {
cidr_block = "10.0.0.0/16"
tags = {
Name = "dev"
}
}

0 comments on commit 88ba921

Please sign in to comment.