Skip to content

Commit 52aba14

Browse files
Copilotfelickzmchammer01
authored
Add documentation for Expand CodeQL analysis global setting (#59020)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: felickz <[email protected]> Co-authored-by: mc <[email protected]>
1 parent 8673743 commit 52aba14

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ You can recommend that repositories in your organization use the "Extended" quer
107107
You can customize several {% data variables.product.prodname_global_settings %} for {% data variables.product.prodname_code_scanning %}:
108108

109109
{% ifversion code-scanning-autofix %}* [Enabling {% data variables.copilot.copilot_autofix_short %} for {% data variables.product.prodname_codeql %}](#enabling-copilot-autofix-for-codeql){% endif %}
110-
* [Recommending the extended query suite for default setup](#recommending-the-extended-query-suite-for-default-setup){% ifversion ghes < 3.17 %}
110+
* [Recommending the extended query suite for default setup](#recommending-the-extended-query-suite-for-default-setup)
111+
* [Expanding {% data variables.product.prodname_codeql %} analysis](#expanding-codeql-analysis){% ifversion ghes < 3.17 %}
111112
* [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 %}
112113

113114
{% endif %}
@@ -124,6 +125,10 @@ You can select **{% data variables.copilot.copilot_autofix_short %}** to enable
124125

125126
{% endif %}
126127

128+
### Expanding {% data variables.product.prodname_codeql %} analysis
129+
130+
You can expand {% data variables.product.prodname_codeql %} analysis coverage for all repositories in your organization that use default setup by configuring {% data variables.product.prodname_codeql %} model packs. Model packs extend the {% data variables.product.prodname_codeql %} analysis to recognize additional frameworks and libraries that are not included in the standard {% data variables.product.prodname_codeql %} libraries. This global configuration applies to repositories using default setup and allows you to specify model packs published via the container registry. For more information, see [AUTOTITLE](/code-security/code-scanning/managing-your-code-scanning-configuration/editing-your-configuration-of-default-setup#extending-coverage-for-all-repositories-in-an-organization).
131+
127132
{% ifversion ghes < 3.17 %}
128133

129134
### Setting a failure threshold for {% data variables.product.prodname_code_scanning %} checks in pull requests

0 commit comments

Comments
 (0)