mirror of
https://github.com/falcosecurity/falco.git
synced 2026-01-24 14:32:34 +00:00
Now that we have a result struct and set of warning codes, change the filter_warning_resolver to use them. This involves populating a set of warning codes instead of strings. Also, the methods to format warnings into human-readable strings is now in the falco_load_result static methods, so move the text there and remove the methods here. Signed-off-by: Mark Stemm <mark.stemm@gmail.com>