Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Esther Kim <[email protected]>
  • Loading branch information
maycmlee and estherk15 authored Oct 28, 2024
1 parent 1da30c3 commit 63db8a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Sensitive Data Scanner uses scanning rules to identify, tag, and optionally reda

## Use precise regex patterns

Define regex patterns that are as precise as possible because generic patterns result in more false positives. To refine your regex pattern, add test data in the sample data tester when you are creating a custom rule. See step 2 in [Add a custom scanning rule][2] for more information.
Define regex patterns that are as precise as possible, because generic patterns result in more false positives. To refine your regex pattern, add test data in the sample data tester when creating a custom rule. For more information, see step 2 in [Add a custom scanning rule][2].

{{< img src="sensitive_data_scanner/guides/regex_sample_test.mp4" alt="Testing a regex pattern with a sample that matches and one that does not" video=true >}}

Expand Down

0 comments on commit 63db8a3

Please sign in to comment.