Production-ready secure pipeline I use for every microservice at Jovicorp.
- SAST (Semgrep)
- SCA (Trivy + Dependabot)
- Container scanning
- Secrets detection
- Terraform plan + security check
- OIDC authentication to Azure/AWS (no long-lived credentials)
- Automatic PR security gating
- Fork this repo
- Enable GitHub Actions
- Add your cloud OIDC role → Done. Your pipeline is now more secure than 98 % of startups.