From 92c1b24905ce34b9042966f4a2ffecaac8dc0026 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Mon, 15 Apr 2024 08:45:22 +0200 Subject: [PATCH] chore(falco.yaml): small improvements. Co-authored-by: Leonardo Grasso Signed-off-by: Federico Di Pierro --- falco.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/falco.yaml b/falco.yaml index a589a0f4dd1..2586c297b43 100644 --- a/falco.yaml +++ b/falco.yaml @@ -137,9 +137,11 @@ configs_files: ##################### # [Stable] `rules_files` + +NOTICE: Before Falco 0.38, this config key was `rules_file` (singular form), which is now deprecated in favor of `rules_files` (plural form). # # Falco rules can be specified using files or directories, which are loaded at -# startup. The old name "rules_file" is maintained for backwards compatibility. +# startup. # # If the entry is a file, it will be read directly. If the entry is a directory, # all files within that directory will be read in alphabetical order.