https://github.com/cfunkz/docker-scout-scanner
A scanner script that scans the selected images for vulnerabilities using docker scout.
https://github.com/cfunkz/docker-scout-scanner
almalinux9 bash-script docker dockerscout linux redhat scanner vulnerability-scanners
Last synced: about 2 months ago
JSON representation
A scanner script that scans the selected images for vulnerabilities using docker scout.
- Host: GitHub
- URL: https://github.com/cfunkz/docker-scout-scanner
- Owner: cfunkz
- Created: 2025-01-04T18:32:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-04T19:08:53.000Z (over 1 year ago)
- Last Synced: 2025-02-26T14:27:09.001Z (over 1 year ago)
- Topics: almalinux9, bash-script, docker, dockerscout, linux, redhat, scanner, vulnerability-scanners
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How do (LINUX ONLY)
Tested on AlmaLinux only.


### What to have prior
Before using the `docker-scout-scanner` script, you need the following installed:
1. **Docker** - Make sure Docker is installed and running on your system.
- [Install Docker](https://docs.docker.com/get-docker/)
2. **Docker Scout** - Install Docker Scout CLI.
- Get link to latest [Docker Scout](https://github.com/docker/scout-cli/releases)
- Download ```curl -fsSL -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```
### What do
1. **Clone the Repository**:
First, clone the repository to your local machine or download file:
```bash
curl -fsSL https://raw.githubusercontent.com/cfunkz/docker-scout-scanner/main/dockerscout_scan.sh -o dockerscout_scan.sh
2. Make the script runnable:
- ```chmod +x dockerscout_scan.sh```
- Run the script ```./dockerscout_scan.sh```