log4j-detector icon indicating copy to clipboard operation
log4j-detector copied to clipboard

Is it sufficient to scan Docker host or is necessary to scan every single container?

Open t-markmann opened this issue 3 years ago • 2 comments

We have some Docker containers running. Would this application detect log4j inside the docker containers, if we run it just on the host (for example in /var/lib/docker)? Or do we have to exec the program in the bash on every single Docker container?

t-markmann avatar Dec 13 '21 11:12 t-markmann

As far as I can see, you'd need to scan each container on its own from inside the container

christinloehner avatar Dec 13 '21 12:12 christinloehner

Cool question. I will investigate this and get back to you.

juliusmusseau avatar Dec 14 '21 09:12 juliusmusseau