Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Tags: fugue/regula

Tags

v3.2.1

Toggle v3.2.1's commit message
* policy-engine to v0.18.1

v3.2.0

Toggle v3.2.0's commit message
* policy-engine to v0.18.0 to add support for newer Terraform syntax (#…

…388)

v3.1.0

Toggle v3.1.0's commit message
* policy-engine to fix panic from null variables (#389)

* go version to 1.18

v3.0.0

Toggle v3.0.0's commit message
* support for_each for resources in tf loader

* switch to hcl_interpreter from policy-engine (#383)
* resources IDs for tf resources that have count set now use the `aws_s3_bucket.my_bucket[0]` format
* FG_R00252 should support arrays for condition values (#380)
* FG_R00329 has wrong property name (#368)

v2.10.0

Toggle v2.10.0's commit message
* Support for .tf.json files - including those output by Terraform CD…

…K's `cdktf synth` command.

v2.9.3

Toggle v2.9.3's commit message
* fix panic in EnrichResources

v2.9.2

Toggle v2.9.2's commit message
* false positive for rule FG_R00031

* panic on empty rego file
* bump OPA to v0.43.1

v2.9.1

Toggle v2.9.1's commit message
* Support for remediation doc to regotools metadoc (#352 authored by @…

…darrendao)

v2.9.0

Toggle v2.9.0's commit message
* Panic when using both Terraform and Regula as go libraries (#350 au…

…thored by @craigfurman)

* Updated OPA to v0.43.0
* Updated alpine to v3.16 in Dockerfile

v2.8.1

Toggle v2.8.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
* fix severities for passing rules