Skip to content

Commit

Permalink
skip: update CI 87
Browse files Browse the repository at this point in the history
  • Loading branch information
vit-corp committed Jul 17, 2024
1 parent cf9396a commit 9ad157e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
4 changes: 3 additions & 1 deletion auto_policy_testing/green/vm/random.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
resource "random_password" "this" {
length = 13
special = true
number = true
numeric = true
upper = true
lower = true
override_special = "_%@"
}

Expand Down
8 changes: 5 additions & 3 deletions auto_policy_testing/red/vm/random.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
resource "random_password" "this" {
length = 13
special = true
number = true
length = 13
special = true
numeric = true
upper = true
lower = true
override_special = "_%@"
}

Expand Down
6 changes: 5 additions & 1 deletion auto_policy_testing/scripts/exception_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@
"ecc-azure-378-cis_nsg_flow_log_analytics" #policy doesn't work
],
"not-parallel": [],
"sleep_before_scan": []
"sleep_before_scan": {
"1m": [
"sql"
]
}
}

0 comments on commit 9ad157e

Please sign in to comment.