mirror of
https://github.com/falcosecurity/falco.git
synced 2026-01-24 14:32:34 +00:00
Update the load_rules_files and validate_rules_files actions to use the new falco_engine methods that return a rules result struct. The app action interface is the same, returning ::fatal on error, ok()/exit() otherwise. The difference is how any warnings/errors are obtained--from the struct instead of an exception. Signed-off-by: Mark Stemm <mark.stemm@gmail.com>