1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Secret scanning is automatically enabled on all new public repositories - [GA] #13800 (#49492)

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
This commit is contained in:
Anne-Marie
2024-03-11 21:11:16 +01:00
committed by GitHub
parent f24febae23
commit b9fcbf3a8b
9 changed files with 37 additions and 14 deletions

View File

@@ -75,9 +75,9 @@ Security overview shows which security features are enabled for the repository,
## Available for free public repositories
### {% data variables.secret-scanning.partner_alerts_caps %}
### {% data variables.secret-scanning.user_alerts_caps %}
Automatically detect leaked secrets across all public repositories, as well as public npm packages. {% data variables.product.company_short %} informs the relevant service provider that the secret may be compromised. For details of the supported secrets and service providers, see "[AUTOTITLE](/code-security/secret-scanning/secret-scanning-patterns#supported-secrets)."
Automatically detect tokens or credentials that have been checked into a {% ifversion ghec %}user-owned {% endif %}public repository. You can view alerts for any secrets that {% data variables.product.company_short %} finds in your code, in the **Security** tab of the repository, so that you know which tokens or credentials to treat as compromised. For more information, see "[AUTOTITLE](/code-security/secret-scanning/about-secret-scanning#about-secret-scanning-alerts-for-users)."
{% ifversion secret-scanning-push-protection-for-users %}
@@ -87,6 +87,10 @@ Push protection for users automatically protects you from accidentally committin
{% endif %}
### {% data variables.secret-scanning.partner_alerts_caps %}
Automatically detect leaked secrets across all public repositories, as well as public npm packages. {% data variables.product.company_short %} informs the relevant service provider that the secret may be compromised. For details of the supported secrets and service providers, see "[AUTOTITLE](/code-security/secret-scanning/secret-scanning-patterns#supported-secrets)."
{% endif %}
## Available with {% data variables.product.prodname_GH_advanced_security %}