1
0
mirror of synced 2025-12-23 21:07:12 -05:00

apply some review feedback

This commit is contained in:
Anne-Marie
2024-07-19 21:19:31 +01:00
parent dfc2848dda
commit 42310e314a
2 changed files with 4 additions and 1 deletions

View File

@@ -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 %}

View File

@@ -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