Back to projects
CloudForge CI/CD Platform
Oct 2024 – Nov 2024DevOps / Platform Engineering

CloudForge CI/CD Platform

Production-ready CI/CD blueprint with secure container supply chain.

Screenshots

Project screenshot
Project screenshot
Project screenshot

Demo Video

The Problem

Many small engineering teams deploy containers without security scanning, artifact signing, or proper rollback mechanisms.

The Solution

CloudForge provides a secure CI/CD blueprint implementing container scanning, artifact signing, and automated deployment pipelines.

Implementation Details

CloudForge is designed to bridge the gap between "it works on my machine" and "it's secure in production." This project focuses on the container supply chain, ensuring that every image deployed is scanned for vulnerabilities and cryptographically signed.

Architecture

The system uses GitHub Actions as the orchestrator, with OIDC for passwordless authentication to AWS. This eliminates the need for long-lived secrets in repository settings.

Security First

By integrating Trivy into the build step, we fail pipelines that contain high or critical vulnerabilities. Cosign is then used to sign the images in ECR, providing a verifiable chain of custody.