Skip to content

Commit 9d38f87

Browse files
committed
Fix #176
1 parent 795bef0 commit 9d38f87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rules/findings/old/azure/Storage Account/CIS3.0/azure-storage-accounts-minimum-tls-not-configured.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"conditions": [
5353
[
5454
"properties.minimumTlsVersion",
55-
"notin",
56-
["TLS1_2","TLS1_3"]
55+
"notmatch",
56+
"^TLS1_[23]$"
5757
]
5858
]
5959
}

0 commit comments

Comments
 (0)