Lab → scenario
CI/CD stage ordering
Order stages for a containerized app with security gates.
Requirements
- Fail before deploy if tests or scans fail
- Build Docker image once after tests pass
- Deploy to staging before production
Lab → scenario
Order stages for a containerized app with security gates.