mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-27 15:17:50 +00:00
fix(falco): print container info and gvisor info in the same way
Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
parent
38c823533c
commit
6634c896b7
@ -46,7 +46,7 @@ void application::configure_output_format()
|
|||||||
}
|
}
|
||||||
else if(m_options.gvisor_config != "")
|
else if(m_options.gvisor_config != "")
|
||||||
{
|
{
|
||||||
output_format = "container=%container.id pid=%proc.vpid tid=%thread.vtid";
|
output_format = "container=%container.name (id=%container.id) vpid=%proc.vpid vtid=%thread.vtid";
|
||||||
replace_container_info = true;
|
replace_container_info = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user