IBM / detect-secrets

An enterprise friendly way of detecting and preventing secrets in code.
Apache License 2.0
74 stars 46 forks source link

adding example for exclude-files in developer-tool-faq.md #97

Closed vinitsample closed 2 years ago

vinitsample commented 2 years ago

I did try to use detect-secret and exclude my package-lock.json file . However, that command did not help me achieve that as it was missing --update flag. After talking to the team, I realized I need to add that flag to the command and thus creating a PR which has the flag updated in sh command and also an example that can help adopters know how to easily exclude files while using detect-secret.