title | shortTitle | intro | allowTitleToDifferFromFilename | type | topics | versions | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Error: "Advanced Security must be enabled for this repository to use code scanning" |
Advanced Security must be enabled |
If you see this error, make sure that {% data variables.product.prodname_GH_advanced_security %} is enabled. |
true |
reference |
|
|
Advanced Security must be enabled for this repository to use code scanning
403: GitHub Advanced Security is not enabled
This error is reported if you try to run {% data variables.product.prodname_code_scanning %} in a repository where {% data variables.product.prodname_GH_advanced_security %} is not enabled or where use of this feature is blocked by a policy.
{% ifversion fpt or ghec %}You will only see this error for repositories with private or internal visibility. {% data variables.product.prodname_GH_advanced_security %} is enabled by default for all public repositories.{% endif %}
{% ifversion fpt %} If you are on a free, pro, or team plan, you can only use {% data variables.product.prodname_code_scanning %} on repositories that are publicly available. To enable {% data variables.product.prodname_code_scanning %} for private or internal repositories, you must upgrade to GitHub Enterprise with {% data variables.product.prodname_GH_advanced_security %} and enable {% data variables.product.prodname_GH_advanced_security %} for the repository. For more information, see "AUTOTITLE" and "AUTOTITLE."
{% else %}
{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-settings %} {% data reusables.user-settings.security-analysis %}
-
Scroll down to "{% data variables.product.prodname_GH_advanced_security %}."
-
If there is an associated and active Enable button, {% data variables.product.prodname_GH_advanced_security %} is available for this repository but not yet enabled.
-
If use of {% data variables.product.prodname_GH_advanced_security %} is blocked by a policy, the Enable button is inactive and the owner of the policy is listed.
If {% data variables.product.prodname_GH_advanced_security %} is available to your repository, you can enable it on the settings page. If {% data variables.product.prodname_GH_advanced_security %} is blocked by a policy, you first need to request access.
- In the "{% data variables.product.prodname_GH_advanced_security %}" settings, click the enterprise name to display a list of users with access to edit the policy that controls access to {% data variables.product.prodname_GH_advanced_security %}. For more information, see "AUTOTITLE."
- Follow your company's policy for requesting access to additional features.
- In the "{% data variables.product.prodname_GH_advanced_security %}" settings, click Enable.
- Rerun {% data variables.product.prodname_code_scanning %}.
{% endif %}