A vulnerability scanner for container images and filesystems
docker pull anchore/grype:latest
docker run -d --name grype --restart always anchore/grype:latest
# 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