From 1470729368ae71873da2e7570be2aca1b893507b Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Sun, 10 Jan 2016 16:51:20 -0500 Subject: [PATCH] fix(doc): Added screencast showing auth token detection in .npmrc file, fixes #11 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c2ae7b6..e66279c 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,11 @@ filenames to make sure they do not match widely common patterns (`.pem`, etc.) [1]: https://github.com/ChALkeR/notes/blob/master/Do-not-underestimate-credentials-leaks.md +For example, here is `ban` in action - stopping me from adding NPM registry `_authToken` to +`.npmrc` file + +[![asciicast](https://asciinema.org/a/33377.png)](https://asciinema.org/a/33377) + ## Install Add to your project `npm install --save-dev ban-sensitive-files`