8 lines
676 B
Markdown
8 lines
676 B
Markdown
{% if currentVersion == "free-pro-team@latest" %}
|
|
{% note %}
|
|
|
|
**Note:** For private and internal repositories, {% data variables.product.prodname_code_scanning %} is available when {% data variables.product.prodname_GH_advanced_security %} features are enabled for the repository. If you see the error `Advanced Security must be enabled for this repository to use code scanning`, check that {% data variables.product.prodname_GH_advanced_security %} is enabled. For more information, see "[Managing security and analysis settings for your repository](/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository)."
|
|
|
|
{% endnote %}
|
|
{% endif %}
|