grype

GitHub

A vulnerability scanner for container images and filesystems

1. Pull Image docker pull anchore/grype:latest
2. 1-Click Launch Command docker run -d --name grype --restart always anchore/grype:latest
grype/pkg/testdata/image-simple/Dockerfile
# Note: changes to this file will necessitate updating test values. alternately, make a new image fixture instead of editing this one.
FROM scratch
ADD package.json /
ADD target /target