mirror of
https://github.com/falcosecurity/falco.git
synced 2026-01-14 12:14:52 +00:00
When parsing a rules file, if a top level object is not one of the known types rule, macro, list, required_engine_version, instead of failing parsing, add a warning instead. This adds some forwards-compatibility to rules files. Signed-off-by: Mark Stemm <mark.stemm@gmail.com>