mirror of
https://github.com/falcosecurity/falco.git
synced 2026-03-18 18:58:41 +00:00
This speeds up rules loading a bit because rules are only compiled once instead of for each rules file. This doesn't change rules validation yet. Validation needs some additional work to handle splitting the (single) load result back into individual results for the json/text based output. Signed-off-by: Mark Stemm <mark.stemm@gmail.com>