Skip to content

Releases: fugue/regula

Regula v1.0.0

29 Jun 14:47
Compare
Choose a tag to compare

v1.0.0 (2021-06-29)

Added

Changed

  • Unified input_type values in rules with --input-type flag

Fixed

  • Bug when reading .tf files from stdin
  • Use specific filepath in report output for tf inputs (#128)
  • Include data. prefix in data source type names (e.g. data.aws_iam_policy_document) for tf inputs

Docker images

  • docker pull fugue/regula:latest
  • docker pull fugue/regula:v1.0.0

Regula v0.9.1

10 Jun 14:53
Compare
Choose a tag to compare

v0.9.1 (2021-06-10)

Fixed

  • #126 Remove coloring for WAIVED status and severity in table output so that it's readable against a black background
  • Improve support for conditional resources (count = 0) in Terraform HCL

Docker images

  • docker pull fugue/regula:latest
  • docker pull fugue/regula:v0.9.1

Regula v0.9.0

27 May 16:38
Compare
Choose a tag to compare

v0.9.0 (2021-05-27)

Added

  • 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

Changed

  • Put all rego code in a rego subdirectory. Please see our Conftest documentation for the updated URLs.

Docker images

  • docker pull fugue/regula:latest
  • docker pull fugue/regula:v0.9.0

v0.8.0

15 Apr 18:20
Compare
Choose a tag to compare
  • 0.8.0 (2021-04-15)
    • Add support for waivers.
    • Add support for disabling rules.
    • Always use multiple input file mode to display the file path.
    • Rename filename to filepath in report output.
    • Use nonzero exit code when rules are failing.

v0.7.0

01 Apr 19:33
Compare
Choose a tag to compare
  • 0.7.0 (2021-04-01)
    • Update regula report output format.
    • Support multiple input files.

v0.6.0

18 Mar 21:07
bdf29b6
Compare
Choose a tag to compare
  • 0.6.0 (2021-03-18)
    • Add support for CloudFormation templates.
    • Add 23 new CIS AWS rules for CloudFormation templates.
    • Add a Regula docker image
    • Reorganize rules and tests and standardize rule names.
    • Update control and compliance family names to new format.

v0.5.0

21 Aug 13:34
Compare
Choose a tag to compare
  • 0.5.0 (2020-08-21)
    • New rule: Ensure AWS S3 Buckets are encrypted.
    • New rule: Ensure AWS CloudFront uses HTTPS.
    • Allow deny[msg] style simple rules.
    • Enable structured output for conftest integration.