Add package for scanning docker images
This commit is contained in:
parent
72ce4e6379
commit
cc36f355a5
1 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue