fugue/Regula

Run regula

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
input_pathInput 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
configPath to .regula.yaml file. By default regula will look in the current working directory and its parents. no
environment_idEnvironment ID in Fugue no
excludeRule IDs or names to exclude. This can be a space or newline-separated list. no
includeCustom rule and configuration paths passed in to the Regula interpreter. This can be a space or newline-separated list. no
input_typeLimit 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_insDisable built-in rules nofalse
no_configDo not look for or load a regula config file. nofalse
no_ignoreDisable use of .gitignore nofalse
onlyRule IDs or names to run. All other rules will be excluded. This can be a space or newline-separated list. no
severityThe 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 nounknown
syncFetch rules and configuration from Fugue nofalse
uploadUpload rule results to Fugue nofalse
user_onlyDeprecated: use `no_built_ins` instead. Disable the builtin Regula rules. Set to "true" if you only want to run custom rules. nofalse
terraform_directoryDeprecated: use `input_path` instead. Directory where your terraform files are located. Defaults to the root of your repository. no
rego_pathsDeprecated: use `include` instead. Custom rule and configuration paths passed in to the Regula interpreter. no
namedescription
rules_passedNumber of passed rules
rules_failedNumber of failed rules
controls_passedNumber of passed controls
controls_failedNumber of failed controls