mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-16 15:51:55 +00:00
17 lines
366 B
YAML
17 lines
366 B
YAML
driver:
|
|
type: [@FALCOCTL_DRIVER_TYPES@]
|
|
name: "@DRIVER_NAME@"
|
|
repos:
|
|
- "@DRIVERS_REPO@"
|
|
version: "@DRIVER_VERSION@"
|
|
hostroot: "/"
|
|
artifact:
|
|
follow:
|
|
every: 6h0m0s
|
|
falcoVersions: http://localhost:8765/versions
|
|
refs:
|
|
- falco-rules:4
|
|
indexes:
|
|
- name: falcosecurity
|
|
url: https://falcosecurity.github.io/falcoctl/index.yaml
|