Docker security scanning

The title pretty much sums it up: 

docker scan imagename:tag

e.g.

docker scan node:12.15.0-alpine

is a new command that can be used to scan for container vulnerabilities in Docker Desktop.

Here's a blog post:

 https://www.docker.com/blog/secure-from-the-start-shift-vulnerability-scanning-left-in-docker-desktop/

. . . and the docs:

https://docs.docker.com/engine/scan/

Here are two examples, where node:12.15.0-alpine has vulnerabilities that node:14.15.0-alpine3.11 does not. 

scan results




Comments

Popular posts from this blog

Optional object property access

A short guide to cross-site request forgery attacks

How is an application like a bride's outfit? - 1 minute read