Regal v0.31.0 Released #658
charlieegan3
started this conversation in
Ecosystem
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release of Regal updates to OPA v1.1.0, continuing to solidify support for v1 Rego with some nice new rules, performance improvements and bug fixes too.
New Rules
use-object-keys
: Preferobject.keys(input.object)
over comprehensions for clarity.More details.
non-loop-expression
: Move expressions independent of loop variables outside loops for better performance.More details.
Fixes & Enhancements
non-raw-regex-pattern
rule can now be auto-fixed viaregal fix
.~/.config/regal
and better handles nested workspace config files.Full Release Notes
Beta Was this translation helpful? Give feedback.
All reactions