mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-13 05:22:34 +00:00
Fix errors when building via docker from MacOS (#582)
* fix docker builder on macos * remove extra comments
This commit is contained in:
@@ -89,9 +89,8 @@ private:
|
||||
token_bucket m_notifications_tb;
|
||||
|
||||
bool m_buffered;
|
||||
bool m_time_format_iso_8601;
|
||||
|
||||
bool m_json_output;
|
||||
bool m_time_format_iso_8601;
|
||||
|
||||
std::string m_lua_add_output = "add_output";
|
||||
std::string m_lua_output_event = "output_event";
|
||||
|
Reference in New Issue
Block a user