mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-30 03:33:09 +00:00
refactor(userspace/falco): add missing initial value
Signed-off-by: Samuel Gaist <samuel.gaist@idiap.ch>
This commit is contained in:
parent
cce078c3e7
commit
9ece836586
@ -51,7 +51,7 @@ public:
|
||||
std::string gvisor_generate_config_with_socket;
|
||||
bool describe_all_rules = false;
|
||||
std::string describe_rule;
|
||||
bool print_ignored_events;
|
||||
bool print_ignored_events = false;
|
||||
bool list_fields = false;
|
||||
std::string list_source_fields;
|
||||
bool list_plugins = false;
|
||||
|
Loading…
Reference in New Issue
Block a user