Skip to content

Commit 3d48e50

Browse files
authored
Merge pull request #35621 from github/repo-sync
Repo sync
2 parents dd6df90 + 9136687 commit 3d48e50

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

content/code-security/secret-scanning/introduction/about-push-protection.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ You can enable push protection:
3636

3737
For information about the secrets and service providers supported by push protection, see "[AUTOTITLE](/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)."
3838

39+
Push protection has some limitations. For more information, see "[AUTOTITLE](/code-security/secret-scanning/troubleshooting-secret-scanning-and-push-protection/troubleshooting-secret-scanning#push-protection-limitations)."
40+
3941
## How push protection works
4042

4143
Push protection works:

content/code-security/secret-scanning/troubleshooting-secret-scanning-and-push-protection/troubleshooting-secret-scanning.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ If your secret is in the supported list, there are various reasons why push prot
3838
* The version of your secret may be old. {% data reusables.secret-scanning.push-protection-older-tokens %}
3939
* The push may be too large, for example, if you're trying to push thousands of large files. A push protection scan may time out and not block a user if the push is too large. {% data variables.product.prodname_dotcom %} will still scan and create alerts, if needed, after the push.
4040
* If the push results in the detection of over five new secrets, we will only show you the first five (we will always show you a maximum of five secrets at one time).
41-
* If a push contains over 1,000 existing secrets (that is, secrets for which alerts have already been created), push protection will not block the push.
41+
* If a push contains over 1,000 existing secrets (that is, secrets for which alerts have already been created), push protection will not block the push. {% ifversion fpt or ghec %}
42+
* If a push in a public repository is larger than 50 MB, push protection will skip it and won't scan it.{% endif %}

src/audit-logs/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
44
"apiRequestEvent": "This event is only available via audit log streaming."
55
},
6-
"sha": "2c40dff92f97e4efcefcfd98ed9e6c9f3d69284b"
6+
"sha": "1b079a4c67a6c2eecccbef1d2d465dd62bc2248b"
77
}

0 commit comments

Comments
 (0)