Skip to content

What container scanning actually finds

Containers, images and the cloud

Reading 1 of 5

We read the image, we never run it

Scanning does not execute the container. CheckVibe pulls the image from the registry, unpacks the layers, and reads what is inside: which operating system packages are installed, at which versions, plus configuration and any files that should not be there.

Nothing is executed, so scanning cannot trigger the application, touch a database, or cost anything at runtime.

Scanning reads the package. It never opens it and runs it.