Threshold Gate - CI/CD 用語集の定義
threshold gate は、測定された値が設定された上限を超えるかどうかに基づいて通過または失敗する pipeline の check です。例えばテストカバレッジが 80% 未満、CVSS スコアが 7 超、または Critical な検出結果が 0 より多い、といった具合です。
CI では
gate は曖昧な品質目標を強制可能な build の結果に変えます。実際に守り抜くつもりのある threshold を設定してください。さもないと開発者は gate を回避します。
関連ガイド
CVSS (Common Vulnerability Scoring System) - CI/CD Glossary DefinitionCVSS (Common Vulnerability Scoring System): CVSS is a standard for scoring the severity of a vulnerability on…
False Positive - CI/CD Glossary DefinitionFalse Positive: A false positive is a finding a tool reports that is not actually a real problem, for example…
What Is an Error Rate Threshold Gate?An error rate threshold gate blocks or rolls back a release when the share of failed requests rises above a s…