Documentation Index
Fetch the complete documentation index at: https://docs.envzero.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
This plugin executes the Open Policy Agent engine (aka theopa CLI) and integrates policy enforcements within your env zero deployments.
The plugin will install the opa binary and execute its opa eval command
For more information, check out the OPA Plugin git repository.
Inputs
To use the OPA plugin, you need to pass the following inputs:path(Required) - the path to your bundle directory (the root folder is your project’s root folder)query(Required) - a query to eval with opa evalflags- a string containing additional flags as one string
Next steps
- Using the Checkov Plugin - Scan IaC for security misconfigurations.
- Using the TFsec Plugin - Detect Terraform security issues with tfsec.
- Manage Policies - Define and apply governance policies across environments.
- Ready-To-Use Policies - Apply pre-built policy bundles to your organization.