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:
. . . 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.
Comments
Post a Comment