We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec9bfc commit ccdbf69Copy full SHA for ccdbf69
policies/client_registration/client_registration_test.rego
@@ -395,4 +395,4 @@ test_reverse_dns_match if {
395
client_registration.reverse_dns_match("example.com", "com.example.app")
396
not client_registration.reverse_dns_match("example.com", "org.example")
397
not client_registration.reverse_dns_match("test.com", "com.example")
398
-}
+}
0 commit comments