You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any plans to include a plugin for detecting secrets that shouldn't be committed? Similar to the plugin for detect-aws-credentials on this project: http://pre-commit.com/hooks.html
The text was updated successfully, but these errors were encountered:
I personally would manage my credentials in such a way that adding my own passwords to the repo was not necessary. Maybe read passwords from the environment, or use a secrets file that is ignored by Git.
If you would like to work on this project I would be happy to help you along the way and answer any questions that you have. We have a few example plugins here https://github.com/jish/pre-commit/wiki/Plugins.
You can make your own repository and RubyGem, or we have an existing organization that we could use to store your plugin. I could make a repo and give you full access if you like https://github.com/pre-commit-plugins
There is a pre-commit new command to generate most everything you need for a new pre-commit plugin gem:
$ pre-commit new plugin-name 'Author Name' author@email 'description of the plugin'
Let me know if you have any questions or need any help! :)
Are there any plans to include a plugin for detecting secrets that shouldn't be committed? Similar to the plugin for
detect-aws-credentials
on this project: http://pre-commit.com/hooks.htmlThe text was updated successfully, but these errors were encountered: