Shift-Left - CI/CD Glossary Definition
Shift-left is the practice of moving quality and security activities earlier in the development lifecycle: running tests, linters, and security scans on every commit rather than in a late, separate phase.
Why it matters
A bug caught at commit time is far cheaper to fix than one found in production. CI is the primary vehicle for shift-left because it runs checks the moment code is pushed.