Skip to main content
  1. projects/

ContainerCVE: Scan Docker images on the web

I found it odd there wasn’t a simple web tool to scan Docker Hub images for vulnerabilities. So I built one.

It’s powered by the popular open-source scanner Trivy.

The frontend is a React app written in TypeScript. The backend is a Spring Boot app written in Java that serves an API for accepting scan requests, running the scans using the Trivy tool, and returning the results. Scan results are cached for performance.

Check out the site here: containercve.com


Screenshot