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

Add npm secret key to default patterns #37

Closed contolini closed 8 years ago

contolini commented 8 years ago

The old format in .npmrc files was _auth="XXXXXXXXXXXXXXXXX=". The new format is _authToken=XXXXX-XXXXXX-XXXXXX. The included regex should cover both.

I also cleaned up the file a bit.

marcesher commented 8 years ago

thanks a lot, @contolini