1
0
mirror of synced 2025-12-22 03:16:52 -05:00

Update content/code-security/security-overview/about-the-security-overview.md

Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
Jules Parker
2022-01-05 15:54:47 +01:00
committed by GitHub
parent c941ae2327
commit 9bb545edc7

View File

@@ -38,7 +38,7 @@ In the security overview, you can view, sort, and filter alerts to understand th
{% ifversion ghec or ghes > 3.3 %}
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 the 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 related to 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.
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.
{% endif %}