policy-engine

Unified policy engine for evaluating and enforcing infrastructure policies

brewmacoslinux
Try with needOr install directly
Source

About

Unified Policy Engine

Commands

policy-engine

Examples

Evaluate a policy against a configuration file$ policy-engine evaluate --policy policy.rego --data config.json
Validate policies for syntax errors$ policy-engine validate --policy-dir ./policies
Run policy checks with input data and output results$ policy-engine check --input resource.json --rules rules.rego --format json