apply some review feedback
This commit is contained in:
@@ -18,9 +18,12 @@ redirect_from:
|
||||
|
||||
You can enable {% data variables.product.prodname_secret_scanning %} for all of your existing {% ifversion ghec %}user-owned {% endif %}public repositories through your personal account settings.
|
||||
|
||||
<!-- expires 2025-03-10 -->
|
||||
> [! NOTE]
|
||||
> As of March 11, 2024, {% data variables.product.prodname_secret_scanning %} and push protection will be enabled by default for all new {% ifversion ghec %}user-owned {% endif %}public repositories that you create. You can still choose to disable these features for an individual repository in the repository's "Code security and analysis" settings page. For more information, see "[AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository#enabling-or-disabling-security-and-analysis-features-for-public-repositories)".
|
||||
|
||||
<!-- end expires 2025-03-10 -->
|
||||
|
||||
## Enabling {% data variables.secret-scanning.user_alerts %} for all your {% ifversion ghec %}user-owned {% endif %}public repositories
|
||||
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
|
||||
@@ -36,7 +36,7 @@ If you confirm a secret is real and that you intend to fix it later, you should
|
||||
|
||||
To resolve a blocked push, you must remove the secret from all of the commits it appears in.
|
||||
* If the secret was introduced by your latest commit, see "[Removing a secret introduced by the latest commit on your branch](#removing-a-secret-introduced-by-the-latest-commit-on-your-branch)."
|
||||
* If the secret appears in multiple earlier commits, see "[Removing a secret introduced by an earlier commit on your branch](#removing-a-secret-introduced-by-an-earlier-commit-on-your-branch)."
|
||||
* If the secret appears in earlier commits, see "[Removing a secret introduced by an earlier commit on your branch](#removing-a-secret-introduced-by-an-earlier-commit-on-your-branch)."
|
||||
|
||||
### Removing a secret introduced by the latest commit on your branch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user