Skip to content

Commit f7df0cd

Browse files
authored
[EDI] Interpreting security findings (#60044)
1 parent 70a2adb commit f7df0cd

File tree

5 files changed

+34
-92
lines changed

5 files changed

+34
-92
lines changed

content/code-security/how-tos/secure-at-scale/configure-organization-security/establish-complete-coverage/applying-a-custom-security-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ After you create a {% data variables.product.prodname_custom_security_configurat
3838
3939
## Next steps
4040

41-
To learn how to interpret security findings from your {% data variables.product.prodname_custom_security_configuration %} on a repository, see [AUTOTITLE](/code-security/securing-your-organization/managing-the-security-of-your-organization/interpreting-security-findings).
41+
To learn how to monitor security alerts in your organization, see [AUTOTITLE](/code-security/how-tos/view-and-interpret-data/analyze-organization-data/find-insecure-repositories).
4242

4343
{% data reusables.security-configurations.edit-configuration-next-step %}
4444

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Finding repositories with security alerts using security overview
3+
shortTitle: Find insecure repositories
4+
intro: Monitor and prioritize security alerts with security overview.
5+
permissions: '{% data reusables.permissions.security-org-enable %}'
6+
versions:
7+
feature: security-configurations
8+
topics:
9+
- Code Security
10+
- Secret Protection
11+
- Organizations
12+
- Security
13+
contentType: how-tos
14+
redirect_from:
15+
- /code-security/securing-your-organization/managing-the-security-of-your-organization/interpreting-security-findings-on-a-repository
16+
- /code-security/securing-your-organization/managing-the-security-of-your-organization/interpreting-security-findings
17+
- /code-security/securing-your-organization/managing-the-security-of-your-organization
18+
- /code-security/how-tos/view-and-interpret-data/analyze-organization-data/interpreting-security-findings
19+
---
20+
21+
> [!NOTE]
22+
> {% data reusables.security-overview.information-varies-GHAS %}
23+
24+
{% data reusables.organizations.navigate-to-org %}
25+
{% data reusables.organizations.security-overview %}
26+
1. By default, security overview shows alerts for all native {% data variables.product.github %} tools. To display alerts for a specific tool, replace `tool:github` in the filter text box:
27+
* `tool:dependabot` shows only alerts for dependencies identified by {% data variables.product.prodname_dependabot %}
28+
* `tool:secret-scanning` shows only alerts for secrets identified by {% data variables.product.prodname_secret_scanning %}
29+
* `tool:codeql` shows only alerts for potential security vulnerabilities identified by {% data variables.product.prodname_codeql %} {% data variables.product.prodname_code_scanning %}
30+
1. You can add further filters to show only the repositories you want to assess. The list of repositories and metrics displayed on the page automatically update to match your current selection. For more information on filtering, see [AUTOTITLE](/code-security/security-overview/filtering-alerts-in-security-overview).
31+
{% data reusables.organizations.security-overview-feature-specific-page %}

content/code-security/how-tos/view-and-interpret-data/analyze-organization-data/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ children:
1919
- /assessing-code-security-risk
2020
- /assessing-adoption-code-security
2121
- /explore-code-quality
22+
- /find-insecure-repositories
2223
- /exporting-data-from-security-overview
2324
- /viewing-security-insights
24-
- /interpreting-security-findings
2525
- /viewing-metrics-for-pull-request-alerts
2626
- /viewing-metrics-for-secret-scanning-push-protection
2727
- /viewing-metrics-for-dependabot-alerts

content/code-security/how-tos/view-and-interpret-data/analyze-organization-data/interpreting-security-findings.md

Lines changed: 0 additions & 89 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. Optionally, use the sidebar on the left to explore alerts for a specific security feature in greater detail. On each page, you can use filters that are specific to that feature to refine your search. For more information about the available qualifiers, see [AUTOTITLE](/code-security/security-overview/filtering-alerts-in-security-overview).
1+
1. Optionally, use the sidebar on the left to explore alerts for a specific security feature in greater detail. On each page, you can use filters that are specific to that feature to refine your search.

0 commit comments

Comments
 (0)