mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
remove use of docker image for arch purposes
Signed-off-by: Brian Downs <brian.downs@gmail.com>
This commit is contained in:
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…
Reference in New Issue
Block a user