I've been using grep to run a few PII scans and while it's finding results, it's 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" somewhere else in the file?