Skip to content

Commit e44c72d

Browse files
[EDI] Remediating a leaked secret in your repository (#59313)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
1 parent e9923b7 commit e44c72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/code-security/tutorials/remediate-leaked-secrets/remediating-a-leaked-secret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Secrets, such as API keys, tokens and credentials, can pose significant security
2323

2424
You should consider any leaked secret to be immediately compromised and it is essential that you undertake proper remediation steps, such as revoking the secret. Simply removing the secret from the codebase, pushing a new commit, or deleting and recreating the repository do not prevent the secret from being exploited.
2525

26-
This how-to walks you through what to do if you've accidentally committed a secret to your repository, or if you've been alerted to a secret leak in your repository.
26+
This tutorial walks you through what to do if you've accidentally committed a secret to your repository, or if you've been alerted to a secret leak in your repository.
2727

2828
### Prerequisites
2929

0 commit comments

Comments
 (0)