Skip to content

A scanner script that scans the selected images for vulnerabilities using docker scout.

Notifications You must be signed in to change notification settings

cfunkz/docker-scout-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

How do (LINUX ONLY)

Tested on AlmaLinux only.

image image

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.

  2. 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

What do

  1. 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
    
  2. Make the script runnable:

    • chmod +x dockerscout_scan.sh
    • Run the script ./dockerscout_scan.sh

About

A scanner script that scans the selected images for vulnerabilities using docker scout.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages