Skip to content

Commit 797eb1d

Browse files
committed
updated procedure formatting
1 parent 7cc5ea6 commit 797eb1d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,10 @@ By default, the code scanning alerts page is filtered to show alerts for the def
4848
{% endif %}
4949
{% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-6249 %}
5050
1. {% data reusables.code-scanning.alert-default-branch %}
51-
<!-- Insert screenshot with status and Affected branches sections highlighted-->
52-
{% endif %}
51+
<!-- Insert screenshot with status and Affected branches sections highlighted-->{% endif %}
5352
1. Optionally, if the alert highlights a problem with data flow, click **Show paths** to display the path from the data source to the sink where it's used.
5453
![The "Show paths" link on an alert](/assets/images/help/repository/code-scanning-show-paths.png)
55-
2. Alerts from {% data variables.product.prodname_codeql %} analysis include a description of the problem. Click **Show more** for guidance on how to fix your code.
54+
1. Alerts from {% data variables.product.prodname_codeql %} analysis include a description of the problem. Click **Show more** for guidance on how to fix your code.
5655
![Details for an alert](/assets/images/help/repository/code-scanning-alert-details.png)
5756

5857
For more information, see "[About {% data variables.product.prodname_code_scanning %} alerts](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts)."
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The status and information on the alert page will only reflect the state of the alert on the default branch, even if an alert exists in other branches of the repository. You can see the status of the alert on non-default branches in the **Affected branches** section in the right-hand sidebar of the alert page. If an alert does not exist in the default branch, the status of the alert will display as "in pull request" or "in branch" and the status label will be colored grey.
1+
The status and information on the alert page will only reflect the state of the alert on the default branch of the repository, even if the alert exists in other branches. You can see the status of the alert on non-default branches in the **Affected branches** section on the right-hand side of the alert page. If an alert does not exist in the default branch, the status of the alert will display as "in pull request" or "in branch" and will be colored grey.

0 commit comments

Comments
 (0)