Files
falco/test/rules/invalid_base_rule.yaml
Mark Stemm 9b7c7ff5e4 Addl test for validation across files
Add new tests that ensure that validation across files and involving
multiple macro/rule objects display the right context. When appending,
both objects are displayed. When overwriting, the overwritten object is
displayed.

Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
2019-07-31 11:22:38 +02:00

5 lines
101 B
YAML

- rule: some rule
desc: some desc
condition: evt.type=open
output: some output
priority: INFO