projectcontour / integration-tester

Integration Tester for Kubernetes
Other
3 stars 5 forks source link

Always load builtin Rego modules first. #24

Closed jpeach closed 3 years ago

jpeach commented 3 years ago

When validating Rego policies and running tests, ensure that the builtin modules are always loaded. This lets user-specified policies depend on them, which can make tests more succinct.

This fixes #22.

Signed-off-by: James Peach jpeach@vmware.com