-
Notifications
You must be signed in to change notification settings - Fork 48
add sam-tests/ to initially generated default .gitignore #271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
the only issue with that is that folder name can be anything |
@ammokhov Is it Everyone still needs to install and configure brew install git-secrets
git secrets --register-aws --global
git secrets --install # in each repositorythis is just meant to be another layer of protection for anyone who hasn't |
is this documented somewhere? |
This is just a general best-practice for git workflows to prevent exactly this sort of problem. It's sourced from here It actually has a couple of subtle bugs I hit during development of this repo so it became problematic to force in. |
documented and called out https://github.com/awslabs/git-secrets/pull/172/files |
Credentials committed in
sam-tests/in severalresource-providersalready:gamelift
cloudwatch
Other language plugins as well:
Python
Go
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.