secret-shield
secret-shield copied to clipboard
Easily find secrets in files, directories, and repositories. Stop leaking secrets using git hooks.
**What repository are you running secret-shield on?** Mapbox private repo. **What version of secret-shield are you running?** **How did you invoke secret-shield?** pre-commit **How is secret-shield not working as expected?**...
Why isn't installing secret-shield as a dependency in my repository sufficient? What's driving the demand that I manage a global npm secret-shield installation?
**What repository are you running secret-shield on?** https://github.com/mapbox/1tap-android **What version of secret-shield are you running?** { "version": "1.0.2", "node": "v12.22.1", "os_platform": "darwin", "os_release": "20.6.0", "installed_dir": "/usr/local/lib/node_modules/@mapbox/secret-shield/bin" } **How did you...
**What repository are you running secret-shield on?** Multiple mapbox repos **What version of secret-shield are you running?** 1.0.2 **How did you invoke secret-shield?** pre-commit git hook **How is secret-shield not...
**What repository are you running secret-shield on?** https://github.com/mapbox/subdomain-docs/ **What version of secret-shield are you running?** ``` { "version": "1.0.2", "node": "v12.20.0", "os_platform": "darwin", "os_release": "20.4.0", "installed_dir": "/Users/domlet/.nvm/versions/node/v12.20.0/lib/node_modules/@mapbox/secret-shield/bin" } ``` **How...
Are you likely to extend this to `npm publish`? I'm embarrassed to admit I've accidentally leaked secret keys through npm not realising `npm publish` takes the whole directory including files...
secret-shield introduces a layer of protection against accidentally committing secrets to public repos. What if we want to protect against accidentally committing to public repos at all? ### Proposal We...
**What repository are you running secret-shield on?** tried on multiple mapbox repositories **What version of secret-shield are you running?** There is no `-v` flag, so I'm not sure **How did...
**What repository are you running secret-shield on?** Private repo **What version of secret-shield are you running?** Unknown: ``` $ secret-shield --version Unknown option: undefined Usage: secret-shield target For detailed help...
**What repository are you running secret-shield on?** Private repo **What version of secret-shield are you running?** `npm list -g` throws a bunch of errors like: ``` npm ERR! missing: acorn@^5.5.3,...