Tags: goldyonwar/regula
Tags
* A `regula` CLI tool with lots of new features, including:
* Support for HCL source code
* Built-in OPA and input processing - removes the need for a separate OPA
installation as well as the Python and Terraform dependencies.
* Discovery of IaC configurations
* Additional output formats (an ASCII table, JUnit XML, etc.)
* A configurable exit status based on rule severity
* `test` and `repl` commands which enhance OPA with the Regula library
For descriptions of the new features and how to use them, please see our updated
documentation at https://regula.dev
* Put all rego code in a `rego` subdirectory. Please see our Conftest documentation for the updated URLs.
Small bug fixes (fugue#121) * Make tf loader provider field match tf-plan * Ignore non-rego files when loading individual rego files * Update tests for _provider field change
[RM-5591] Set homebrew release to always publish for testing
v0.4.0
- 0.4.0 (2020-07-07)
* Relicense under Apache 2.0 rather than AGPL.
* Add `NIST_800-53` mapping to existing rules.
* Add support for `fugue.deny_resource_with_message` and
`fugue.missing_resource_with_message` to return custom messages from
rules.
* Add a workaround for a bug in OPA >= 0.20 that prevented simple
`allow`/`deny` rules from working.
PreviousNext