greping files question
- by tearman
I've been using grep to run a few PII scans and while its finding results, its indeed finding too many false positives.
Is there a way that I can tell grep not to trigger a match for a file unless it contains other data?
For instance, can I tell it not to trigger an alert on a regex for a SSN unless the file includes text like "ssn" or "social security number"?