From 4e6c860c69872d7969bcb7abcca02f6332b20163 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Wed, 12 Mar 2025 07:46:29 +0400 Subject: [PATCH] Update secret-scanning.mdx --- docs/documentation/platform/secret-scanning.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/platform/secret-scanning.mdx b/docs/documentation/platform/secret-scanning.mdx index 7d885f6ca..bb1ab6bde 100644 --- a/docs/documentation/platform/secret-scanning.mdx +++ b/docs/documentation/platform/secret-scanning.mdx @@ -36,7 +36,7 @@ After an exposed secret is detected, it will be marked as `Needs Attention`. Whe You can mark the risk as `Resolved` by changing the status to one of the following states: - **This Is a False Positive**: The secret was not exposed, but was detected by the scanner. - **I Have Rotated The Secret**: The secret was exposed, but it has now been removed. -- **No Rotate Needed**: You are choosing to ignore this risk. You may choose to do this if the risk is non-sensitive or otherwise not a security risk. +- **No Rotation Needed**: You are choosing to ignore this risk. You may choose to do this if the risk is non-sensitive or otherwise not a security risk. ![Needs Attention](/images/platform/secret-scanning/needs-attention.png)