Commit 6897a7e1 authored by Brian Downs's avatar Brian Downs Committed by Brad Davidson

remove use of docker image for arch purposes

parent 3ac831e3
...@@ -14,7 +14,6 @@ fi ...@@ -14,7 +14,6 @@ fi
IMAGE=$1 IMAGE=$1
SEVERITIES="HIGH,CRITICAL" SEVERITIES="HIGH,CRITICAL"
docker container run --rm --name=image-scan --volume /var/run/docker.sock:/var/run/docker.sock \ trivy --quiet image --severity ${SEVERITIES} --no-progress --ignore-unfixed ${IMAGE}
docker.io/aquasec/trivy:0.10.2 --quiet image --severity ${SEVERITIES} --no-progress --ignore-unfixed ${IMAGE}
exit 0 exit 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment