Add package for scanning docker images

This commit is contained in:
Manuel Thalmann 2024-03-09 19:55:55 +01:00
parent 72ce4e6379
commit cc36f355a5

View file

@ -4,7 +4,9 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
yay --noconfirm -Syu \
docker \
docker-compose \
docker-buildx;
docker-buildx \
docker-scan \
;
. "../../../Common/Config/docker/install.sh";