#32 · Primary category: AI DevOps & SRE Tools

conftest

kubernetes open-policy-agent openpolicyagent rego testing

Write tests against structured configuration data using the Open Policy Agent Rego query language

Project last updated:08/25/26

GitHub Stars

3.3K

Forks

357

Contributors

133

License

Other

Why we included this project

Conftest lets you write tests for your configuration files before they ever reach a cluster. You define assertions in Rego, the policy language from Open Policy Agent, and run them against Kubernetes manifests, Terraform plans, Tekton pipelines, or any other structured data. That turns rules like 'containers must not run as root' into executable checks instead of tribal knowledge. It reads a wide range of formats, including YAML, JSON, HCL, Dockerfile, and TOML, so the same policy approach works across your stack. Teams that want to catch misconfigurations in CI rather than after a rollout will find it a practical, low-ceremony way to enforce guardrails.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category