mirror of
https://github.com/falcosecurity/falco.git
synced 2026-04-03 10:32:20 +00:00
Merge-strategy for included config files must now be specified as yaml map of the form: - path: foo strategy: bar If `strategy` is omitted, or the old `string-only` form is used, `append` strategy is enforced. Signed-off-by: Federico Di Pierro <nierro92@gmail.com>