Skip to content

Add Docker Image Vulnerability Scanning (Trivy) to CI Pipeline #68

Description

@hardikkaurani

🟢 Good First Issue

Problem

The Docker build CI job does not scan built images for known CVEs or package vulnerabilities.

Why It Matters

Automated vulnerability scanning catches critical security issues before production deployment, reducing supply chain attack surface.

Suggested Files

  • .github/workflows/ci.yml

Definition of Done

  • Trivy or Grype scanner step added after docker compose build in CI.
  • Scanner configured to fail on HIGH/CRITICAL severity CVEs.
  • All existing CI jobs remain green.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions