DEV Community

Jake
Jake

Posted on

I built a Docker vulnerability scanner - Beta testers wanted!!!

The Problem

Enterprise vulnerability scanners cost $200+/month. Most developers skip container security because it's too expensive and complex.

My Solution

I built ContainX - a Docker vulnerability scanner that runs locally and costs $4.99/month**.

What It Does

  • Scans Docker images for CVEs in seconds
  • Shows severity levels (CRITICAL, HIGH, MEDIUM, LOW)
  • Shows affected packages and fixed versions
  • Simple REST API or web interface
  • Uses Trivy under the hood

Test Results

I just ran my first tests:

Image Vulnerabilities Found Status
nginx:1.19 424 CVEs Accurate
alpine:3.16 12 CVEs Accurate
python:3.8 87 CVEs Accurate

Looking for Beta Testers

I need 20 beta testers to validate this before launch.

What you get:

  • Free access during beta
  • Early adopter pricing ($2.99/month after launch)
  • Direct influence on features

How to test:

  1. Clone the repo (2 mins)
  2. Run docker-compose up
  3. Scan some images
  4. Fill out quick feedback form

Installation guide: DM me!

Interested? Comment below or DM me!

Tags

docker #security #devops #opensource #beta

Top comments (0)