mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-21 11:29:26 +00:00
Modify the disabled_rules_using_regex test to disabled_rules_using_substring with an appropriate substring. Also add a test where rule names have regex chars and allow rule names to have regex chars when parsing falco's output in tests. These changes are future-looking in case we want to add back support for rule enabling/disabling using regexes. Signed-off-by: Mark Stemm <mark.stemm@gmail.com>