The One-Line Audit That Might Save You a Container Incident Here's something I check whenever I'm reviewing a new container image. docker run --rm [ image] which busybox If it returns a path, you're running BusyBox. And when BusyBox has a vulnerability, your entire userspace has that vulnerabil...

Source: [Dev.to](https://dev.to/schiff_heimlich/the-one-line-audit-that-might-save-you-a-container-incident-570f)

Sponsored