Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 689 Bytes

File metadata and controls

20 lines (13 loc) · 689 Bytes

DevSecOps CI/CD Pipeline

CI

This repository implements a secure, production-grade CI/CD pipeline with integrated security scanning, containerization, and Kubernetes orchestration.

Documentation

Structure

  • app/ — Sample Python web application
  • kubernetes/ — Kubernetes manifests
  • terraform/ — Infrastructure as code
  • security/ — Security policies and config
  • .github/ — GitHub Actions workflows and config
  • docs/ — Documentation and runbooks

See docs/ for more details.