remove use of docker image for arch purposes

Signed-off-by: Brian Downs <brian.downs@gmail.com>
pull/2253/head
Brian Downs 4 years ago
parent 3a2aff67da
commit 74ce99f5ff

@ -14,7 +14,6 @@ fi
IMAGE=$1
SEVERITIES="HIGH,CRITICAL"
docker container run --rm --name=image-scan --volume /var/run/docker.sock:/var/run/docker.sock \
docker.io/aquasec/trivy:0.10.2 --quiet image --severity ${SEVERITIES} --no-progress --ignore-unfixed ${IMAGE}
trivy --quiet image --severity ${SEVERITIES} --no-progress --ignore-unfixed ${IMAGE}
exit 0

Loading…
Cancel
Save