serenis-health/Evaluate Terraform policies

Evaluates Open Policy Agent (OPA) policies against a Terraform Plan

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
policy-filesA list of file paths or directories containing OPA policies to evaluate.yes
plan-file-pathThe file path to the Terraform plan file to be evaluated.yes
opa-package-nameThe OPA package name to use for evaluation.nodata.terraform
deny-keyThe key in the OPA policy evaluation that indicates a denial.nodeny
warn-keyThe key in the OPA policy evaluation that indicates a warning.nowarn
exit-on-denyWhether to exit with a non-zero code if any deny policies are triggered.notrue
exit-on-warnWhether to exit with a non-zero code if any warn policies are triggered.nofalse
opa-versionThe version of Open Policy Agent to use.nolatest
namedescription
has-deniesIndicates if any deny policies were triggered.
deniesA list of messages from denied policies.
has-warningsIndicates if any warn policies were triggered.
warningsA list of messages from warned policies.
allowedIndicates if the policy evaluation did not result in any denies.