Skip to content
Snippets Groups Projects
Commit f136f70c authored by Georgi Michev's avatar Georgi Michev
Browse files

Update example/test/1.0/policy.rego

parent b8117b63
Branches
Tags
No related merge requests found
Pipeline #56256 passed
...@@ -3,5 +3,5 @@ package example.test ...@@ -3,5 +3,5 @@ package example.test
default allow = false default allow = false
allow{ allow{
input.message == \"hello world\" input.message == "hello world"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment