Tested on AlmaLinux only.
Before using the docker-scout-scanner
script, you need the following installed:
-
Docker - Make sure Docker is installed and running on your system.
-
Docker Scout - Install Docker Scout CLI.
- Get link to latest Docker Scout
- Download
curl -fsSL <link to the latest .TAR file> -o docker-scout.tar.gz
- Extract
tar -xvzf docker-scout.tar.gz
- Make plugins dir if not there
mkdir -p ~/.docker/cli-plugins
- Move the script to the plugins folder
mv docker-scout ~/.docker/cli-plugins/
- Check if working by
docker scout --version
-
Clone the Repository: First, clone the repository to your local machine or download file:
curl -fsSL https://raw.githubusercontent.com/cfunkz/docker-scout-scanner/main/dockerscout_scan.sh -o dockerscout_scan.sh
-
Make the script runnable:
chmod +x dockerscout_scan.sh
- Run the script
./dockerscout_scan.sh