You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
v0.2.0
- 0.2.0 (2020-02-25)
* Work around terraform issue with subdirectories & remote backends.
* Add initial set of Azure rules.
* Add initial set of GCP rules.
* Minor README.md and SECURITY.md fixes and improvements.