mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 03:19:39 +00:00
remove use of docker image for arch purposes
Signed-off-by: Brian Downs <brian.downs@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user