chore(scripts): dynamically set falcoctl allowed driver types based on cmake configuration.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro
2024-04-09 09:34:38 +02:00
committed by poiana
parent 2eb519380a
commit 53d13f8bfc
2 changed files with 12 additions and 4 deletions

View File

@@ -1,8 +1,5 @@
driver:
type:
- "modern_ebpf"
- "ebpf"
- "kmod"
type: [@FALCOCTL_DRIVER_TYPES@]
name: "@DRIVER_NAME@"
repos:
- "@DRIVERS_REPO@"