falcosecurity / falco-talon

Response Engine for managing threats in your Kubernetes
https://docs.falco-talon.org
Apache License 2.0
110 stars 11 forks source link

feature request: don't require a configfile when checking rules #452

Open erkules opened 2 weeks ago

erkules commented 2 weeks ago

Right now checkig rules falco-talon requires a config, even it is not needed

$ docker container run --rm -v .:/srv -w /srv  issif/falco-talon   rules check -r rules.yaml
2024-09-26T21:33:03Z FTL config error="error when reading config file: 'open /etc/falco-talon/config.yaml: no such file or directory'"

So we need i.e. in a Pipeline provide a (not used) config.yaml. Maybe get rid of that requirement. thx