Skip to content

Commit 0e04724

Browse files
authored
Merge pull request #35064 from github/repo-sync
Repo sync
2 parents 9297004 + 544935c commit 0e04724

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

content/code-security/secret-scanning/managing-alerts-from-secret-scanning/evaluating-alerts.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,18 +91,18 @@ Tokens, like {% data variables.product.pat_generic %} and other credentials, are
9191

9292
{% ifversion secret-scanning-user-owned-repos %}{% data reusables.secret-scanning.secret-scanning-user-owned-repo-access %} If access is granted, {% data variables.product.prodname_dotcom %} will notify the owner of the repository containing the leaked secret, report the action in the repository owner and enterprise audit logs, and enable access for 2 hours.{% ifversion ghec %} For more information, see "[AUTOTITLE](/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/accessing-user-owned-repositories-in-your-enterprise)."{% endif %}{% endif %}
9393

94-
{% ifversion secret-scanning-multi-repo-public-leak %}
94+
{% ifversion secret-scanning-multi-repo-public-leak-deduped-alerts or secret-scanning-multi-repo-public-leak %}
9595

9696
## Reviewing alert labels
9797

9898
In the alert view, you can review any labels assigned to the alert. The labels provide additional details about the alert, which can inform the approach you take for remediation.
9999

100-
{% data variables.product.prodname_secret_scanning_caps %} alerts can have the following labels assigned to them:
100+
{% data variables.product.prodname_secret_scanning_caps %} alerts can have the following labels assigned to them. Depending on the labels assigned, you'll see additional information in the alert view.
101101

102-
|Label|Description|
103-
|-------------------------|--------------------------------------------------------------------------------|
104-
|`public leak`| The secret detected in your repository has also been found as publicly leaked by at least one of {% data variables.product.github %}'s scans of code, discussions, gists, issues, pull requests, and wikis. This may require you to address the alert with greater urgency, or remediate the alert differently compared to a privately exposed token.|
105-
|`multi-repo`| The secret detected in your repository has been found across multiple repositories in your organization{% ifversion ghec or ghes %} or enterprise{% endif %}. This information may help you more easily dedupe the alert across your organization{% ifversion ghec or ghes %} or enterprise{% endif %}. |
102+
|Label|Description|Alert view information|
103+
|-------------------------|--------------------------------------------------------------------------------|-------------------------|
104+
|`public leak`| The secret detected in your repository has also been found as publicly leaked by at least one of {% data variables.product.github %}'s scans of code, discussions, gists, issues, pull requests, and wikis. This may require you to address the alert with greater urgency, or remediate the alert differently compared to a privately exposed token. | You'll see links to any specific public locations where the leaked secret has been detected. |
105+
|`multi-repo`| The secret detected in your repository has been found across multiple repositories in your organization or enterprise. This information may help you more easily dedupe the alert across your organization or enterprise. | If you have appropriate permissions, you'll see links to any specific alerts for the same secret in your organization or enterprise. |
106106

107107
{% endif %}
108108

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Reference: #15947
2+
# Secret scanning: locations of public leaks and repositories with deduped alerts [Public Beta]
3+
versions:
4+
ghec: '*'
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# Reference: #15387
22
# Secret scanning: multi-repo and public leak indicators added to alerts
33
versions:
4-
fpt: '*'
54
ghec: '*'
6-
ghes: '>=3.16'

0 commit comments

Comments
 (0)