regorus 0.10.1

A fast, lightweight Rego (OPA policy language) interpreter
Documentation
1
2
3
4
5
6
7
test_cases:
  - name: string_not_contains_true
    condition: "@Request[text] StringNotContains 'xyz'"
    expected: true
  - name: string_not_contains_false
    condition: "@Request[text] StringNotContains 'Hello'"
    expected: false