| input_path | Input paths for regula. This can be a space or newline-separated list of
terraform directories, terraform JSON plans, or a cloudformation templates.
Defaults to the root of your repository. Globbing expressions can also
be used.
| no | — |
| config | Path to .regula.yaml file. By default regula will look in the current working
directory and its parents.
| no | — |
| environment_id | Environment ID in Fugue
| no | — |
| exclude | Rule IDs or names to exclude. This can be a space or newline-separated list.
| no | — |
| include | Custom rule and configuration paths passed in to the Regula interpreter. This can
be a space or newline-separated list.
| no | — |
| input_type | Limit which input types that regula will evaluate. Defaults to "auto", which
evaluates all supported types. This can be a space or newline-separated list.
Possible values are:
auto
tf-plan
cfn
tf
k8s
| no | — |
| no_built_ins | Disable built-in rules
| no | false |
| no_config | Do not look for or load a regula config file.
| no | false |
| no_ignore | Disable use of .gitignore
| no | false |
| only | Rule IDs or names to run. All other rules will be excluded. This can be a space or
newline-separated list.
| no | — |
| severity | The minimum severity where Regula will produce a non-zero exit code for failing
rules. Defaults to "unknown". Use "off" to always produce a zero exit code.
Possible values are:
unknown
informational
low
medium
high
critical
off
| no | unknown |
| sync | Fetch rules and configuration from Fugue
| no | false |
| upload | Upload rule results to Fugue
| no | false |
| user_only | Deprecated: use `no_built_ins` instead.
Disable the builtin Regula rules. Set to "true" if you only want to run
custom rules.
| no | false |
| terraform_directory | Deprecated: use `input_path` instead.
Directory where your terraform files are located. Defaults to the root of
your repository.
| no | — |
| rego_paths | Deprecated: use `include` instead.
Custom rule and configuration paths passed in to the Regula interpreter.
| no | — |