-
Notifications
You must be signed in to change notification settings - Fork 60.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[2023-07-31]: Secret scanning metrics for push protection at the org …
…level - [Public Beta] #9141 (#39445) Co-authored-by: github-actions <[email protected]>
- Loading branch information
Showing
6 changed files
with
59 additions
and
1 deletion.
There are no files selected for viewing
Binary file added
BIN
+149 KB
assets/images/help/security-overview/security-overview-secret-scanning-metrics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
...iew/viewing-metrics-for-secret-scanning-push-protection-in-your-organization.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
title: Viewing metrics for secret scanning push protection in your organization | ||
shortTitle: View secret scanning metrics | ||
allowTitleToDifferFromFilename: true | ||
intro: 'You can use security overview to see how {% data variables.product.prodname_secret_scanning %} push protection is performing in repositories across your organization, and to identify repositories where you may need to take action.' | ||
permissions: '{% data reusables.security-overview.permissions %}' | ||
product: '{% data reusables.gated-features.security-overview %}' | ||
type: how_to | ||
topics: | ||
- Security overview | ||
- Advanced Security | ||
- Secret scanning | ||
- Organizations | ||
- Teams | ||
versions: | ||
feature: security-overview-push-protection-metrics-page | ||
--- | ||
|
||
{% data reusables.secret-scanning.push-protection-org-metrics-beta %} | ||
|
||
## About metrics for {% data variables.product.prodname_secret_scanning %} push protection | ||
|
||
If you are an organization owner or security manager, the metrics overview for {% data variables.product.prodname_secret_scanning %} push protection helps you to understand how well you are preventing security leaks in your organization. You can use the metrics to assess how push protection is performing, and to easily identify the repositories where you may need to take action in order to prevent leaks of sensitive information. | ||
|
||
The overview shows you a summary of how many pushes containing secrets have been successfully blocked across your organization by push protection, as well as how many times push protection was bypassed. | ||
|
||
You can also find more granular metrics, such as: | ||
- the secret types that have been blocked or bypassed the most | ||
- the repositories that have had the most pushes blocked | ||
- the repositories that are bypassing push protection the most | ||
- the percentage distribution of reasons that users give when they bypass the protection | ||
|
||
The metrics are based on activity from the last 30 days. | ||
|
||
![Screenshot of the top section of the "Metrics" view for secret scanning on the "Security" tab for an organization.](/assets/images/help/security-overview/security-overview-secret-scanning-metrics.png) | ||
|
||
## Viewing metrics for {% data variables.product.prodname_secret_scanning %} push protection | ||
|
||
{% data reusables.organizations.navigate-to-org %} | ||
{% data reusables.organizations.security-overview %} | ||
1. In the sidebar, under "Metrics", click **{% octicon "graph" aria-hidden="true" %} {% data variables.product.prodname_secret_scanning_caps %}**. | ||
1. Click on an individual secret type or repository to see the associated {% data variables.secret-scanning.alerts %} for your organization. |
5 changes: 5 additions & 0 deletions
5
data/features/security-overview-push-protection-metrics-page.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Reference: #9141. | ||
# Security overview - secret scanning push protection metrics | ||
versions: | ||
ghec: '*' | ||
ghes: '> 3.10' |
6 changes: 6 additions & 0 deletions
6
data/reusables/secret-scanning/push-protection-org-metrics-beta.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
{% note %} | ||
|
||
**Note:** {% data variables.product.prodname_secret_scanning_caps %} metrics for push protection is currently in beta and subject to change. | ||
|
||
{% endnote %} |