Skip to content

eBarazi/dockerscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ Project Status

DockerScan is still in its early stages of development.
Some features may change or be refined in future builds.
Feedback and suggestions are very welcome!

DockerScan

A lightweight Flask + Trivy web dashboard to scan Docker images for vulnerabilities.

Features

  • Scan local or remote images with Trivy
  • Show vulnerability severities and top issues
  • JSON report export
  • Multi architecture (x86 / ARM64)
  • Auto-built & updated via GitHub Actions

Run via Docker Compose

docker compose up -d

docker-compose.yml

services:
  dockerscan:
    image: ghcr.io/ebarazi/dockerscan:latest
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock:ro
    ports:
      - "8888:8888"
    restart: unless-stopped  

Access the interface at: http://localhost:8888

Credits

Acknowledgements

DockerScan uses Trivy by Aqua Security for container vulnerability scanning.

About

Find docker images (vulnerabilities, misconfigurations across code repositories, binary artifacts) using Trivy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors