DevSecOps - CI/CD Glossary Definition
DevSecOps extends DevOps by making security a shared, continuous responsibility built into the pipeline rather than a separate gate at the end, often summarized as "shifting security left".
In CI/CD
DevSecOps adds automated security steps to the pipeline: dependency scanning, secret detection, static analysis (SAST), and image scanning run on every change instead of in a late audit.
Related guides
DevOps - CI/CD Glossary DefinitionDevOps: DevOps is a set of practices and a culture that unite software development and IT operations to short…
Continuous Testing - CI/CD Glossary DefinitionContinuous Testing: Continuous testing is running automated tests at every stage of the pipeline, so quality…
Immutable Artifact - CI/CD Glossary DefinitionImmutable Artifact: An immutable artifact is a build output that is created once, given a unique version, and…