17 lines
363 B
YAML
17 lines
363 B
YAML
# CI values for Falco.
|
|
# The following values will bypass the installation of the kernel module
|
|
# and disable the kernel space driver.
|
|
|
|
# disable the kernel space driver
|
|
driver:
|
|
enabled: false
|
|
|
|
# make Falco run in userspace only mode
|
|
extra:
|
|
args:
|
|
- --userspace
|
|
|
|
# enforce /proc mounting since Falco still tries to scan it
|
|
mounts:
|
|
enforceProcMount: true
|