Skip to content

Commit 5a5d325

Browse files
Laura JiangCopilot
andcommitted
Tighten status check bullet descriptions — remove redundant first sentences
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 615040d commit 5a5d325

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/repos/security/configure-github-advanced-security-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ Advanced Security status checks allow you to block pull requests from being merg
269269

270270
There are two status checks available:
271271

272-
* **Block on all critical and high vulnerabilities** (`AdvancedSecurity/AllHighAndCritical`): Fails when the repository has any open critical or high severity vulnerability detected by Advanced Security, whether the vulnerability is pre-existing or newly introduced. Use this check to enforce that all critical and high severity alerts across the repository are resolved before merging.
273-
* **Block on new critical and high vulnerabilities** (`AdvancedSecurity/NewHighAndCritical`): Fails only when the pull request introduces new critical or high severity vulnerabilities. Pre-existing vulnerabilities in the repository don't cause this check to fail. Use this check to prevent new vulnerabilities from being introduced without requiring all existing vulnerabilities to be fixed first.
272+
* **Block on all critical and high vulnerabilities** (`AdvancedSecurity/AllHighAndCritical`): Use this check to enforce that all critical and high severity alerts across the repository are resolved before merging.
273+
* **Block on new critical and high vulnerabilities** (`AdvancedSecurity/NewHighAndCritical`): Use this check to prevent new vulnerabilities from being introduced without requiring all existing vulnerabilities to be fixed first.
274274

275275
### Configure status checks as branch policies
276276

0 commit comments

Comments
 (0)