Skip to content

Commit 06e21a8

Browse files
removed commented code
1 parent ac01f98 commit 06e21a8

File tree

1 file changed

+0
-1
lines changed
  • assets/queries/azureResourceManager/web_app_not_using_tls_last_version

1 file changed

+0
-1
lines changed

assets/queries/azureResourceManager/web_app_not_using_tls_last_version/query.rego

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ CxPolicy[result] { # resource of type Microsoft.Web/sites without child resource
1212

1313
children_array := arm_lib.get_children(doc, value, path)
1414

15-
#check_tls_version(doc, value, path, children_array)
1615
count(children_array) == 0
1716
not is_last_tls(doc, value)
1817

0 commit comments

Comments
 (0)