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>
5 lines
101 B
YAML
5 lines
101 B
YAML
- rule: some rule
|
|
desc: some desc
|
|
condition: evt.type=open
|
|
output: some output
|
|
priority: INFO |