mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-09 10:39:28 +00:00
fix(userspace/engine): solve integration test errors
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
@@ -586,6 +586,8 @@ bool rule_loader::read(const string &content, falco_engine* engine,
|
||||
return false;
|
||||
}
|
||||
for(auto it = doc->begin(); it != doc->end(); it++)
|
||||
{
|
||||
if (!it->IsNull())
|
||||
{
|
||||
string ctx = yaml_format_object(content, docs, doc, it);
|
||||
YAML::Node item = *it;
|
||||
@@ -604,6 +606,7 @@ bool rule_loader::read(const string &content, falco_engine* engine,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user