SAST - CI/CD 用語集の定義
SAST (Static Application Security Testing) は、runtime の前に CI の一部としてソースコードを走査し、セキュリティ脆弱性 (インジェクションや安全でない API) を検出します。
関連ガイド
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…