Skip to content

ilnarkhasanov/DockerScanner

Repository files navigation

Prerequisites

  1. Install Python 3.12+ https://www.python.org/

  2. Install Docker https://www.docker.com/

  3. Install Poetry https://python-poetry.org/

  4. Activate environment and install dependencies

poetry shell
poetry install --no-root
  1. Install Trivy https://trivy.dev/latest/

  2. Install Grype https://github.com/anchore/grype

  3. Install Snyk https://docs.snyk.io/

Usage

  1. Pull the image you want to scan
docker pull <image_name>
  1. Run the scanning
poetry run python3 tool.py <image_name>

or

poetry shell
python3 tool.py <image_name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors