Skip to content

Commit e5f560f

Browse files
chore: update docs with minimum severity for security issues in gates [LK-1509] (#2435)
update docs with minimum severity for security issues in gates
1 parent effa638 commit e5f560f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/repositories-configure/adjusting-quality-gates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To access the quality gates, open your repository **Settings**, tab **Gates**.
1717
![Quality gates](images/quality-settings-gates.png)
1818

1919
- **New issues are over:** Pull requests or commits are marked not up to standards if the number of issues introduced that have at least the specified severity level is higher than the set value.
20-
- **New security issues are over:** Pull requests or commits are marked not up to standards if the number of security issues introduced is higher than the set value.
20+
- **New security issues are over:** Pull requests or commits are marked not up to standards if the number of security issues introduced that have at least the specified severity level is higher than the set value.
2121
- **Complexity is over:** Pull requests or commits are marked not up to standards if the introduced complexity is higher than the set value.
2222
- **Duplication is over:** Pull requests or commits are marked not up to standards if the number of clones introduced is higher than the set value.
2323
- **Coverage variation is under:** Pull requests or commits are marked not up to standards if they introduce a variation to coverage lower than the set value.
236 KB
Loading

0 commit comments

Comments
 (0)