⚠️ Project StatusDockerScan is still in its early stages of development.
Some features may change or be refined in future builds.
Feedback and suggestions are very welcome!
A lightweight Flask + Trivy web dashboard to scan Docker images for vulnerabilities.
- 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
docker compose up -ddocker-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
DockerScan uses Trivy by Aqua Security for container vulnerability scanning.