Skip to content

ttolson-code/docker-image-security-scanner

Repository files navigation

docker-image-security-scanner

Usage

  1. Configure the Docker image and severity levels in settings.env:

    IMAGE_NAME=myapp
    SEVERITY=CRITICAL,HIGH

    Replace myapp with the name of the Docker image you want to scan.

  2. Run the scan using the provided script:

    ./start_scan.sh trivy dockle
    • Use trivy to scan with Trivy
    • Use dockle to scan with Dockle
    • Use both arguments to run both scanners
  3. Check the output:

    • Trivy results will be saved in trivy.output
    • Dockle results will be saved in dockle.output

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages