cfpb / clouseau

⚠️ THIS PROJECT IS DEPRECATED ⚠️ Search your repository's git history for undesirable text patterns such as passwords, ssh keys and other personal identifiable information
Creative Commons Zero v1.0 Universal
97 stars 26 forks source link

Check for common filenames that shouldn't be committed #15

Open dlapiduz opened 10 years ago

dlapiduz commented 10 years ago

We should check for files like s3.yaml, secrets.yaml etc...

marcesher commented 10 years ago

@dlapiduz This is a fantastic idea! It should now be supported in the parse_commit branch.

What are well-known file names we should search for? I recommend we simply create a new file in clouseau's patterns directory, since clouseau supports passing multiple patterns files for a single run.

@lfatty will probably be able to help here, as well.