Scan Docker Containers for Base Image Vulnerabilities via Snyk

?
R
Bash

Snyk’s Docker image scan will now provide actionable advice for updating your base image. By moving to a more secure base image, you’ll be able to eliminate many vulnerabilities at once, allowing you to quickly address the vulnerabilities which resulted from other layers in your Dockerfile.

1# Provision snyk
2npm install -g snyk
3snyk auth cc317746-a277-449e-nb0b-a900082e678a
4
5# Run snyk
6snyk test ab141994981e --docker

Created on 12/7/2018