infra-ci
Shared reusable CI/CD workflows, security scanning configs, and build automation for devarno.cloud.
| Category | Infrastructure |
| Stack | GitHub Actions |
| Status | Scaffolding |
Overview
Centralized CI/CD workflows consumed by all service and frontend repositories via GitHub Actions’ reusable workflow mechanism.Dependencies
None — foundational repository.Structure
Pipeline Stages
- Lint & Format
- Unit Tests (coverage >80%)
- Security Scanning (Semgrep, Snyk, truffleHog)
- Build Artifacts (Docker multi-stage)
- Integration Tests
- Image Scanning (Trivy)
- Deploy to Staging
- Manual Approval → Production