You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/code-security/securing-your-organization/enabling-security-features-in-your-organization/configuring-global-security-settings-for-your-organization.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,15 +69,17 @@ To update private dependencies of repositories in your organization, {% data var
69
69
{% data reusables.code-scanning.about-code-scanning %}
70
70
71
71
{% 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
+
73
76
{% else %}
74
77
75
78
You can customize several {% data variables.product.prodname_global_settings %} for {% data variables.product.prodname_code_scanning %}:
76
79
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 %}
79
81
*[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 %}
81
83
82
84
{% endif %}
83
85
@@ -108,7 +110,7 @@ You can choose the severity levels at which {% data variables.product.prodname_c
108
110
You can customize several {% data variables.product.prodname_global_settings %} for {% data variables.product.prodname_secret_scanning %}:
109
111
110
112
*[Adding a resource link for blocked commits](#adding-a-resource-link-for-blocked-commits)
0 commit comments