We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e458f9 commit 298b671Copy full SHA for 298b671
plugins/container/src/caps/extract/extract.cpp
@@ -612,11 +612,6 @@ bool my_plugin::extract(const falcosecurity::extract_fields_input &in)
612
{
613
// Can't return anything but those fields without containers
614
// metadata.
615
-
616
- // Set an empty extracted value to let `return true` below work
617
- // See
618
- // https://github.com/falcosecurity/libs/blob/0d94d2bc55d4ccde870bc0c076423a1e13814079/userspace/libsinsp/plugin_filtercheck.cpp#L172
619
- req.set_value("");
620
return true; // go on to extract other fields if needed, perhaps
621
// they'll be one of the above
622
}
0 commit comments