Back to Glossary
Security

What is DevSecOps?

Integrating security practices into every stage of the DevOps pipeline.

DevSecOps extends DevOps by integrating security checks at every stage of the development pipeline rather than treating security as a final gate. 'Shift left' means catching vulnerabilities earlier (in developer IDE, PR review, CI) rather than in production. Practices include SAST/DAST scanning, dependency auditing (Dependabot, Trivy), container image scanning, secret detection, and IaC security scanning (Checkov, tfsec).

Deep Dive Guide

how to build devsecops pipeline

Test your knowledge of DevSecOps and 130 other DevOps concepts