package
0.48.2
Repository: https://github.com/gruntwork-io/terratest.git
Documentation: pkg.go.dev

# Functions

DownloadPolicyE takes in a rule path written in go-getter syntax and downloads it to a temporary directory so that it can be passed to opa.
EvalE runs `opa eval` on the given JSON files using the configured policy file and result query.
EvalE runs `opa eval` on the given JSON files using the configured policy file and result query.
EvalE runs `opa eval` on the given JSON files using the configured policy file and result query.
EvalWithOutputE runs `opa eval` on the given JSON files using the configured policy file and result query.

# Constants

# Structs

EvalOptions defines options that can be passed to the 'opa eval' command for checking policies on arbitrary JSON data via OPA.

# Type aliases

FailMode signals whether `opa eval` should fail when the query returns an undefined value (FailUndefined), a defined value (FailDefined), or not at all (NoFail).