From 7949142ea7dae7034bf2954e7a12c5a182d0a4d4 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Mon, 28 Jul 2025 23:32:05 -0400 Subject: [PATCH] update text for secret params --- .../SecretDetectionIgnoreValuesSection.tsx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/frontend/src/pages/secret-manager/SettingsPage/components/SecretDetectionIgnoreValuesSection/SecretDetectionIgnoreValuesSection.tsx b/frontend/src/pages/secret-manager/SettingsPage/components/SecretDetectionIgnoreValuesSection/SecretDetectionIgnoreValuesSection.tsx index 07617000f..48d0e69e8 100644 --- a/frontend/src/pages/secret-manager/SettingsPage/components/SecretDetectionIgnoreValuesSection/SecretDetectionIgnoreValuesSection.tsx +++ b/frontend/src/pages/secret-manager/SettingsPage/components/SecretDetectionIgnoreValuesSection/SecretDetectionIgnoreValuesSection.tsx @@ -80,17 +80,12 @@ export const SecretDetectionIgnoreValuesSection = () => { return (
-

Secret Detection Ignore Values

+

Secret Detection

-

- Define secret values that should be ignored when scanning parameter folders for misplaced - secrets. These values will not trigger policy violation alerts even if they contain - sensitive data. -

+

Define secret values to ignore when scanning designated parameter folders. Add values here to prevent false positives or allow approved sensitive data. These ignored values will not trigger policy violation alerts.

-

Ignored Secret Values

{ignoreValuesFormFields.fields.map(({ id: ignoreValueFieldId }, i) => (
@@ -129,7 +124,7 @@ export const SecretDetectionIgnoreValuesSection = () => { onClick={() => ignoreValuesFormFields.append({ value: "" })} isDisabled={!isAdmin} > - Add Ignore Value + Add value to ignore