mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-21 19:44:57 +00:00
Add a bunch of additional test cases for validating rules files. Each has a specific kind of parse failure and checks for the appropriate error info on stdout. Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
7 lines
80 B
YAML
7 lines
80 B
YAML
- macro: bad_macro
|
|
nope: 1
|
|
|
|
- macro: good_macro
|
|
condition: evt.type=execve
|
|
|