mirror of
https://github.com/falcosecurity/falco.git
synced 2026-03-18 18:58:41 +00:00
Ensure that compiling filters for rules or macros doesn't result in throwing lua errors. Instead, return a bool status + the return value(s). If the status is false, the next return value is an error message.