How to prevent Dev from committing secrets and credentials into git repositories

Tool Demos: Talisman & Trufflehog

 

Lighting Talk : 10 mins Talk (25/03/2020)

How to prevent Dev from committing secrets and credentials into git repositories Tool Demos : Talisman & Trufflehog Lighting Talk : 10 mins Talk (25/03/2020)

Prevent Dev from Committing Secrets into git repositories

By Abhinav Sejpal

Prevent Dev from Committing Secrets into git repositories

Sensitive information such as the AWS keys, access tokens, SSH keys etc. are often erroneously leaked via the public source code repositories due to accidental git commits. This can be avoided by using pre-commit hooks like “Talisman” which checks for sensitive information in the files before commits or push activity.

  • 1,761