DevSecOps builds security into the software delivery pipeline rather than bolting it on at the end — 'shift left', so issues are caught early and cheaply.
DevSecOps Pipeline
Building security into software delivery.
Tap or hover a part to learn more.
Security by design.
Consider security requirements and threats before coding. Shifting left starts here — cheaper to design in than to bolt on later.
Check your understanding
1. What does 'shift left' mean?
2. What does SCA check?
Keep learning
Security in the pipeline
- Shift left — test for security as early as possible, when fixes are cheapest.
- SAST / DAST / SCA — static analysis (code), dynamic analysis (running app) and software composition analysis (third-party dependencies) run automatically in CI/CD.
- Secrets management — never hard-code credentials; use a vault.
- IaC scanning — scan Infrastructure as Code for misconfiguration before deployment.
The culture shift: security is everyone's responsibility, automated into the workflow developers already use. It combines programming and security, and is a fast-growing, well-paid specialism.
