regorus 0.10.1

A fast, lightweight Rego (OPA policy language) interpreter
Documentation
1
2
3
4
5
6
7
test_cases:
  - name: suboperation_matches_true
    condition: "SubOperationMatches('sub/read')"
    expected: true
  - name: suboperation_matches_false
    condition: "SubOperationMatches('sub/write')"
    expected: false