Skip to content

Commit bb85b50

Browse files
authored
Updated other references to Advanced Security
1 parent 7018301 commit bb85b50

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/code-security/getting-started/quickstart-for-securing-your-repository.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ For more information, see [AUTOTITLE](/code-security/supply-chain-security/under
6161

6262
{% ifversion fpt or ghec %}
6363
1. Click your profile photo, then click **Settings**.
64-
1. Click **{% data variables.product.UI_advanced_security %}**.
64+
1. Click **{% data variables.product.UI_code_security_scanning %}**.
6565
1. Click **Enable** next to {% data variables.product.prodname_dependabot_alerts %}.
6666
{% endif %}
6767

@@ -80,7 +80,7 @@ Dependency review is a {% data variables.product.prodname_GH_code_security %} fe
8080
To enable dependency review for a repository, ensure that the dependency graph is enabled and enable {% data variables.product.prodname_GH_code_security %}.
8181

8282
1. From the main page of your repository, click **{% octicon "gear" aria-hidden="true" %} Settings**.
83-
1. Click **{% data variables.product.UI_advanced_security %}**.{% ifversion fpt or ghec %}
83+
1. Click **{% data variables.product.UI_code_security_scanning %}**.{% ifversion fpt or ghec %}
8484
1. To the right of {% data variables.product.prodname_code_security %}, click **Enable**.
8585
1. Under {% data variables.product.prodname_code_security %}, check that dependency graph is enabled for the repository.
8686
* For public repositories, dependency graph is always enabled.{% elsif ghes %}
@@ -91,7 +91,7 @@ To enable dependency review for a repository, ensure that the dependency graph i
9191
For any repository that uses {% data variables.product.prodname_dependabot_alerts %}, you can enable {% data variables.product.prodname_dependabot_security_updates %} to raise pull requests with security updates when vulnerabilities are detected.
9292

9393
1. From the main page of your repository, click **{% octicon "gear" aria-hidden="true" %} Settings**.
94-
1. Click **{% data variables.product.UI_advanced_security %}**.
94+
1. Click **{% data variables.product.UI_code_security_scanning %}**.
9595
1. Next to {% data variables.product.prodname_dependabot_security_updates %}, click **Enable**.
9696

9797
For more information, see [AUTOTITLE](/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates) and [AUTOTITLE](/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates).
@@ -102,7 +102,7 @@ You can enable {% data variables.product.prodname_dependabot %} to automatically
102102

103103
{% ifversion dependabot-settings-update-37 %}
104104
1. From the main page of your repository, click **{% octicon "gear" aria-hidden="true" %} Settings**.
105-
1. Click **{% data variables.product.UI_advanced_security %}**.
105+
1. Click **{% data variables.product.UI_code_security_scanning %}**.
106106
1. Next to {% data variables.product.prodname_dependabot_version_updates %}, click **Enable** to create a basic `dependabot.yml` configuration file.
107107
1. Specify the dependencies to update and any associated configuration options, then commit the file to the repository. For more information, see [AUTOTITLE](/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates#enabling-dependabot-version-updates).
108108

@@ -137,7 +137,7 @@ As an alternative to default setup, you can use advanced setup, which generates
137137
{% ifversion ghas-products %}{% data variables.product.prodname_GH_secret_protection %} includes {% data variables.product.prodname_secret_scanning %} and push protection, as well as other features that help you detect and prevent secret leaks in your repository.{% endif %}
138138

139139
1. From the main page of your repository, click **{% octicon "gear" aria-hidden="true" %} Settings**.
140-
1. Click **{% data variables.product.UI_advanced_security %}**.
140+
1. Click **{% data variables.product.UI_code_security_scanning %}**.
141141
1. If {% data variables.product.prodname_secret_protection %} is not already enabled, click **Enable**.{% ifversion ghes < 3.17 %}
142142
1. Next to {% data variables.product.prodname_secret_scanning_caps %}, click **Enable**.{% endif %}{% ifversion ghas-products %}
143143
1. Choose whether you want to enable additional features, such as validity checks, scanning for non-provider patterns, and push protection.{% endif %}

0 commit comments

Comments
 (0)