зеркало из https://github.com/github/docs.git
adds feature based versioning
This commit is contained in:
Родитель
5aabc4049a
Коммит
9dc818713e
|
@ -40,7 +40,7 @@ The application security team at your company can use the security overview for
|
|||
|
||||
In the security overview, you can view, sort, and filter alerts to understand the security risks in your organization and in specific repositories. The security summary is highly interactive, allowing you to investigate specific categories of information, based on qualifiers like alert risk level, alert type, and feature enablement. You can also apply multiple filters to focus on narrower areas of interest. For example, you can identify private repositories that have a high number of {% data variables.product.prodname_dependabot_alerts %} or repositories that have no {% data variables.product.prodname_code_scanning %} alerts. For more information, see "[Filtering alerts in the security overview](/code-security/security-overview/filtering-alerts-in-the-security-overview)."
|
||||
|
||||
{% ifversion ghec or ghes > 3.4 or ghae-issue-5503 %}
|
||||
{% if security-overview-views %}
|
||||
|
||||
In the security overview, at both the organization and repository level, there are dedicated views for specific security features, such as secret scanning alerts and code scanning alerts. You can use these views to limit your analysis to a specific set of alerts, and narrow the results further with a range of filters specific to each view. For example, in the secret scanning alert view, you can use the `Secret type` filter to view only secret scanning alerts for a specific secret, like a GitHub Personal Access Token. At the repository level, you can use the security overview to assess the specific repository's current security status, and configure any additional security features not yet in use on the repository.
|
||||
|
||||
|
|
|
@ -101,7 +101,7 @@ Available in the organization-level overview.
|
|||
| -------- | -------- |
|
||||
| <code>topic:<em>TOPIC-NAME</em></code> | Displays repositories that are classified with *TOPIC-NAME*. |
|
||||
|
||||
{% ifversion ghec or ghes > 3.4 or ghae-issue-5503 %}
|
||||
{% if security-overview-views %}
|
||||
|
||||
## Filter by severity
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ shortTitle: View the security overview
|
|||
![Show more button](/assets/images/help/organizations/security-overview-show-more-button.png)
|
||||
{% data reusables.organizations.filter-security-overview %}
|
||||
|
||||
{% ifversion ghec or ghes > 3.4 or ghae-issue-5503 %}
|
||||
{% if security-overview-views %}
|
||||
|
||||
## Viewing alerts across your organization
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
# Reference: #5503.
|
||||
# Documentation for the security overview individual views
|
||||
versions:
|
||||
ghes: '> 3.4'
|
||||
ghae: 'issue-5503'
|
||||
ghec: '*'
|
Загрузка…
Ссылка в новой задаче