update(rules): bump the required engine version to version 9

Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
Leonardo Di Donato
2021-06-21 10:08:30 +00:00
committed by poiana
parent 98ce88f7ef
commit d6690313a0

View File

@@ -15,10 +15,10 @@
# limitations under the License. # limitations under the License.
# #
# The latest Falco Engine version is 8 if you want to # The latest Falco Engine version is 9.
# use exceptions. However the default rules file does not # Starting with version 8, the Falco engine supports exceptions.
# use them so we stick with 7 for compatibility. # However the Falco rules file does not use them by default.
- required_engine_version: 7 - required_engine_version: 9
# Currently disabled as read/write are ignored syscalls. The nearly # Currently disabled as read/write are ignored syscalls. The nearly
# similar open_write/open_read check for files being opened for # similar open_write/open_read check for files being opened for