From d6690313a0bdb48ff5fcb94784b6dc8b3afe2445 Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Mon, 21 Jun 2021 10:08:30 +0000 Subject: [PATCH] update(rules): bump the required engine version to version 9 Signed-off-by: Leonardo Di Donato --- rules/falco_rules.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/falco_rules.yaml b/rules/falco_rules.yaml index df887f67..fbe95034 100644 --- a/rules/falco_rules.yaml +++ b/rules/falco_rules.yaml @@ -15,10 +15,10 @@ # limitations under the License. # -# The latest Falco Engine version is 8 if you want to -# use exceptions. However the default rules file does not -# use them so we stick with 7 for compatibility. -- required_engine_version: 7 +# The latest Falco Engine version is 9. +# Starting with version 8, the Falco engine supports exceptions. +# However the Falco rules file does not use them by default. +- required_engine_version: 9 # Currently disabled as read/write are ignored syscalls. The nearly # similar open_write/open_read check for files being opened for