mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-21 19:44:57 +00:00
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>
6 lines
107 B
YAML
6 lines
107 B
YAML
- rule: some rule
|
|
desc: some desc
|
|
condition: bar
|
|
output: some output
|
|
priority: INFO
|
|
append: false |