Skip to content

Commit ff6655f

Browse files
committed
Align docs wording with the current GitHub UI label in the Reporting section.
1 parent 97bc4dd commit ff6655f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ As an alternative to default setup, you can use advanced setup, which generates
150150
If you are a repository maintainer, it's good practice to specify a security policy for your repository by creating a file named `SECURITY.md` in the repository. This file instructs users about how to best contact you and collaborate with you when they want to report security vulnerabilities in your repository. You can view the security policy of a repository from the repository’s **{% data variables.product.prodname_security_and_quality_tab %}** tab.
151151

152152
1. From the main page of your repository, click **{% data variables.product.prodname_security_and_quality_tab %}**.
153-
1. In the left sidebar, under "Reporting", click **{% octicon "law" aria-hidden="true" aria-label="law" %} Policy**.
153+
1. In the left sidebar, under "Reporting", click **{% octicon "law" aria-hidden="true" aria-label="law" %} Security policy**.
154154
1. Click **Start setup**.
155155
1. Add information about supported versions of your project and how to report vulnerabilities.
156156

content/code-security/how-tos/report-and-fix-vulnerabilities/configure-vulnerability-reporting/adding-a-security-policy-to-your-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ category:
1818

1919
{% data reusables.repositories.navigate-to-repo %}
2020
{% data reusables.repositories.sidebar-security %}
21-
1. In the left sidebar, under "Reporting", click **{% octicon "law" aria-hidden="true" aria-label="law" %} Policy**.
21+
1. In the left sidebar, under "Reporting", click **{% octicon "law" aria-hidden="true" aria-label="law" %} Security policy**.
2222
1. Click **Start setup**.
2323
1. In the new `SECURITY.md` file, add information about supported versions of your project and how to report a vulnerability.
2424
{% data reusables.files.write_commit_message %}

0 commit comments

Comments
 (0)