Skip to content

Commit

Permalink
update(falco/tests): use none driver for tests
Browse files Browse the repository at this point in the history
Signed-off-by: Aldo Lacuku <[email protected]>
  • Loading branch information
alacuku committed Jan 12, 2024
1 parent 38cef87 commit 014b02e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/falco-test-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# CI values for Falco.
# To deploy Falco on CI we need to set an argument to bypass the installation
# of the kernel module, so we bypass that.
extra:
args:
- --userspace
driver:
kind: none

falco:
grpc:
enabled: true
grpc_output:
enabled: true

driver:
enabled: false

# enforce /proc mounting since Falco still tries to scan it
mounts:
enforceProcMount: true

0 comments on commit 014b02e

Please sign in to comment.