mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-29 16:17:32 +00:00
Add exechealthz as a k8s binary.
For customers who use https://github.com/kubernetes/contrib/tree/master/exec-healthz to perform liveness checking, exechealthz will spawn shells in a container. Add it to the k8s_binaries list.
This commit is contained in:
parent
af3a708251
commit
43d53bb09e
@ -102,7 +102,7 @@
|
||||
items: [docker, dockerd, exe]
|
||||
|
||||
- list: k8s_binaries
|
||||
items: [hyperkube, skydns, kube2sky]
|
||||
items: [hyperkube, skydns, kube2sky, exechealthz]
|
||||
|
||||
- list: http_server_binaries
|
||||
items: [nginx, httpd, httpd-foregroun, lighttpd]
|
||||
|
Loading…
Reference in New Issue
Block a user