Skip to content

Commit 88a46c8

Browse files
committed
add missing versioning
1 parent 797eb1d commit 88a46c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ By default, {% data variables.product.prodname_code_scanning %} analyzes your co
2727

2828
Each alert highlights a problem with the code and the name of the tool that identified it. You can see the line of code that triggered the alert, as well as properties of the alert, such as the alert severity{% ifversion fpt or ghes > 3.1 or ghae or ghec %}, security severity,{% endif %} and the nature of the problem. Alerts also tell you when the issue was first introduced. For alerts identified by {% data variables.product.prodname_codeql %} analysis, you will also see information on how to fix the problem.
2929

30+
{% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-6249 %}
3031
{% data reusables.code-scanning.alert-default-branch %}
32+
{% endif %}
3133

3234
![Example alert from {% data variables.product.prodname_code_scanning %}](/assets/images/help/repository/code-scanning-alert.png)
3335

0 commit comments

Comments
 (0)