Hacker News new | ask | show | jobs
by floverfelt 1864 days ago
That's a good idea! I think the biggest issue right now is the regex. It's super naive and just matches against anything containing the word "secret" or "password" which like you said results in a lot of false positives.

Let me take a look at that repo...