Security Glossary
Definition
Continuous Integration / Continuous Deployment SecurityWhat is CI/CD Security?
The practice of integrating automated security testing and policy enforcement directly into software build and deployment pipelines. Security gates within CI/CD pipelines can block deployments that introduce new vulnerabilities, enforce dependency hygiene, and verify infrastructure-as-code configurations. This approach ensures security is validated continuously rather than as a periodic manual audit, enabling teams to ship fast without sacrificing security posture.