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