mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-04 08:04:49 +00:00
chore(userspace): addressing review comments and typos
Co-authored-by: Lorenzo Fontana <lo@linux.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
committed by
Leo Di Donato
parent
732965f973
commit
98cdc30aa3
@@ -290,7 +290,6 @@ int falco_formats::resolve_tokens(lua_State *ls)
|
||||
json_event_formatter json_formatter(s_engine->json_factory(), sformat);
|
||||
values = json_formatter.tomap((json_event*) evt);
|
||||
}
|
||||
// todo(leodido, fntlnz) > check explicitly for k8s_audit, otherwise throw exception
|
||||
|
||||
lua_newtable(ls);
|
||||
for(auto const& v : values)
|
||||
|
Reference in New Issue
Block a user