How To
Using OPA (Conftest)
This feature is in active development. If you find something that can be improved, please let us know by filing an issue
You can configure Digger to use Conftest to check your Terraform plan output against Open Policy Agent policies.
Pre-requisites
-
Conftest binary needs to be installed into your CI pipeline (see Conftest Docs)
-
OPA policies (rego files) under
/policies
directory in your repo
Digger.yml configuration
Example assumes the terraform is in the prod
directory.
Don’t forget to update the json file name as well if your directory is named differently