Skip to content

Commit 49e0ab5

Browse files
committed
fix failing linter test
1 parent ba7504a commit 49e0ab5

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

content/code-security/getting-started/auditing-security-alerts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Many of the events in the timeline also create an event in the audit log, which
3131

3232
Security overview consolidates information about security alerts and provides high-level summaries of the security status of your enterprise or organization.
3333

34-
In security overview you can see repositories with open security alerts{% ifversion security-overview-org-risk-coverage %}, as well as which repositories have enabled specific security features{% endif %}. You can also use security overview to filter and sort security alerts using interactive views.
34+
In security overview you can see repositories with open security alerts{% ifversion ghec or ghes %}, as well as which repositories have enabled specific security features{% endif %}. You can also use security overview to filter and sort security alerts using interactive views.
3535

3636
For more information, see [AUTOTITLE](/code-security/security-overview/about-security-overview).
3737

content/code-security/security-overview/assessing-adoption-code-security.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ topics:
1212
- Organizations
1313
- Teams
1414
versions:
15-
feature: security-overview-org-risk-coverage
15+
ghes: '*'
16+
ghec: '*'
1617
---
1718

1819
{% data reusables.security-overview.beta-org-risk-coverage %}

content/code-security/security-overview/filtering-alerts-in-security-overview.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ In enterprise-level views, you can limit the data to repositories owned by a sin
9797
| {% endif %} |
9898
| `org` | Display data for repositories owned by one organization. | {% data variables.product.prodname_dependabot_alerts %} and {% data variables.product.prodname_code_scanning %} alerts |
9999

100-
{% elsif security-overview-org-risk-coverage-enterprise %}
100+
{% else %}
101101

102102
In enterprise-level views, you can limit the data to repositories owned by a single organization in your enterprise. Use the `org` qualifier to display data for repositories owned by one organization.
103103

@@ -126,21 +126,9 @@ In the "Risk" and "Coverage" views, you can show data only for repositories wher
126126
| `dependabot-security-updates` | Display data for repositories where {% data variables.product.prodname_dependabot_security_updates %} is enabled or not enabled. |
127127
| `secret-scanning-push-protection` | Display data for repositories where push protection for {% data variables.product.prodname_secret_scanning %} is enabled or not enabled. |
128128

129-
{% ifversion security-overview-org-risk-coverage-enterprise %}{% else %}
130-
131-
## Repository risk-level filtering
132-
133-
The level of risk for a repository is determined by the number and severity of alerts from security features. You can filter on the level of risk using the `risk` qualifier.
134-
135-
* The level of risk can be one of `high`, `medium`, or `low`.
136-
* If one or more security features are not enabled for a repository, the repository has an `unknown` level of risk.
137-
* If all security features are enabled and no alerts are report, the repository has a `clear` level of risk.
138-
139-
{% endif %}
140-
141129
## Alert number filters
142130

143-
{% ifversion security-overview-org-risk-coverage-enterprise %}In the "Risk" view, you can filter repositories by the number of alerts they have of a specific type.{% else %}These qualifiers are available in the enterprise-level "Overview" and in the organization-level "Security risk" view.{% endif %}
131+
In the "Risk" view, you can filter repositories by the number of alerts they have of a specific type.
144132

145133
| Qualifier | Description |
146134
| -------- | -------- |

0 commit comments

Comments
 (0)