Skip to content

Commit 899413f

Browse files
authored
[Bug fix] - fix code scanning section for GHES 3.17 (#58319)
1 parent 60bfa9c commit 899413f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

content/code-security/securing-your-organization/enabling-security-features-in-your-organization/configuring-global-security-settings-for-your-organization.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,17 @@ To update private dependencies of repositories in your organization, {% data var
6969
{% data reusables.code-scanning.about-code-scanning %}
7070

7171
{% ifversion ghes > 3.16 %}
72-
<!-- There is only one bullet point in this section, so we don't display a list for GHES 3.17. -->
72+
<!-- There is only one bullet point in this section, so we don't display a list for GHES 3.17+. -->
73+
74+
You can recommend that repositories in your organization use the "Extended" query suite instead of the "Default" query suite for broader {% data variables.product.prodname_code_scanning %} coverage across your organization. See [Recommending the extended query suite for default setup](#recommending-the-extended-query-suite-for-default-setup).
75+
7376
{% else %}
7477

7578
You can customize several {% data variables.product.prodname_global_settings %} for {% data variables.product.prodname_code_scanning %}:
7679

77-
{% ifversion code-scanning-autofix %}
78-
* [Enabling {% data variables.copilot.copilot_autofix_short %} for {% data variables.product.prodname_codeql %}](#enabling-copilot-autofix-for-codeql){% endif %}
80+
{% ifversion code-scanning-autofix %}* [Enabling {% data variables.copilot.copilot_autofix_short %} for {% data variables.product.prodname_codeql %}](#enabling-copilot-autofix-for-codeql){% endif %}
7981
* [Recommending the extended query suite for default setup](#recommending-the-extended-query-suite-for-default-setup){% ifversion ghes < 3.17 %}
80-
* [Setting a failure threshold for {% data variables.product.prodname_code_scanning %} checks in pull requests](#setting-a-failure-threshold-for-code-scanning-checks-in-pull-requests)
82+
* [Setting a failure threshold for {% data variables.product.prodname_code_scanning %} checks in pull requests](#setting-a-failure-threshold-for-code-scanning-checks-in-pull-requests).{% endif %}
8183

8284
{% endif %}
8385

@@ -108,7 +110,7 @@ You can choose the severity levels at which {% data variables.product.prodname_c
108110
You can customize several {% data variables.product.prodname_global_settings %} for {% data variables.product.prodname_secret_scanning %}:
109111

110112
* [Adding a resource link for blocked commits](#adding-a-resource-link-for-blocked-commits)
111-
* [Defining custom patterns](#defining-custom-patterns){% endif %}{% ifversion push-protected-pattern-configuration %}
113+
* [Defining custom patterns](#defining-custom-patterns){% ifversion push-protected-pattern-configuration %}
112114
* [Specifying patterns to include in push protection](#specifying-patterns-to-include-in-push-protection){% endif %}
113115

114116
### Adding a resource link for blocked commits

0 commit comments

Comments
 (0)