chore(falco.yaml): small improvements.

Co-authored-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro 2024-04-15 08:45:22 +02:00 committed by poiana
parent a2a8c6c3d4
commit 92c1b24905

View File

@ -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.