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/getting-started/quickstart-for-securing-your-repository.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ For more information, see [AUTOTITLE](/code-security/supply-chain-security/under
61
61
62
62
{% ifversion fpt or ghec %}
63
63
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 %}**.
65
65
1. Click **Enable** next to {% data variables.product.prodname_dependabot_alerts %}.
66
66
{% endif %}
67
67
@@ -80,7 +80,7 @@ Dependency review is a {% data variables.product.prodname_GH_code_security %} fe
80
80
To enable dependency review for a repository, ensure that the dependency graph is enabled and enable {% data variables.product.prodname_GH_code_security %}.
81
81
82
82
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 %}
84
84
1. To the right of {% data variables.product.prodname_code_security %}, click **Enable**.
85
85
1. Under {% data variables.product.prodname_code_security %}, check that dependency graph is enabled for the repository.
86
86
* 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
91
91
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.
92
92
93
93
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 %}**.
95
95
1. Next to {% data variables.product.prodname_dependabot_security_updates %}, click **Enable**.
96
96
97
97
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
102
102
103
103
{% ifversion dependabot-settings-update-37 %}
104
104
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 %}**.
106
106
1. Next to {% data variables.product.prodname_dependabot_version_updates %}, click **Enable** to create a basic `dependabot.yml` configuration file.
107
107
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).
108
108
@@ -137,7 +137,7 @@ As an alternative to default setup, you can use advanced setup, which generates
137
137
{% 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 %}
138
138
139
139
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 %}**.
141
141
1. If {% data variables.product.prodname_secret_protection %} is not already enabled, click **Enable**.{% ifversion ghes < 3.17 %}
142
142
1. Next to {% data variables.product.prodname_secret_scanning_caps %}, click **Enable**.{% endif %}{% ifversion ghas-products %}
143
143
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