-
Notifications
You must be signed in to change notification settings - Fork 1k
Added sample for DLP : Inspect a string for sensitive data, omitting overlapping matches on domain and email #1805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added sample for DLP : Inspect a string for sensitive data, omitting overlapping matches on domain and email #1805
Conversation
|
Here is the summary of changes. You are about to add 1 region tag.
This comment is generated by snippet-bot.
|
bshaffer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer fluid interface calls to always be on separate lines, and I prefer formatting strings over concatenation for readability.
These are not blocking, just suggestions. Nice work!
Co-authored-by: Brent Shaffer <[email protected]>
Co-authored-by: Brent Shaffer <[email protected]>
Co-authored-by: Brent Shaffer <[email protected]>
Co-authored-by: Brent Shaffer <[email protected]>
Thanks for reviewing the sample code. I have updated the code as per your suggestion. |
Implemented sample for Inspect a string for sensitive data, omitting overlapping matches on domain and email
Added test cases for the same
Reference: https://cloud.google.com/dlp/docs/samples/dlp-inspect-string-without-overlap