SAST - CI/CD Glossary Definition
SAST (Static Application Security Testing) scans source code for security vulnerabilities (injection, unsafe APIs) as part of CI, before runtime.
Related guides
Dependency Scanning - CI/CD Glossary DefinitionDependency scanning checks your third-party packages against vulnerability databases, alerting CI when a know…
Supply Chain Security - CI/CD Glossary DefinitionSupply Chain Security: Supply chain security is the practice of protecting every step that produces and deliv…