Skip to content

A script which intercepts the git command and checks for the git command 'add'. It then checks all files in the 'add' command for specific sensitive keywords such as password, apikey, or credentials. It will then display the lines found to the user and prompt the user to see if they would want to continue. It is intended to prevent accidental co…

License

Notifications You must be signed in to change notification settings

jahawkins/safe-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

safe-git

A script which intercepts the git command and checks for the git command 'add'. It then checks all files in the 'add' command for specific sensitive keywords such as password, apikey, or credentials. It will then display the lines found to the user and prompt the user to see if they would want to continue. It is intended to prevent accidental commits of files containing sensitive credentials or information

About

A script which intercepts the git command and checks for the git command 'add'. It then checks all files in the 'add' command for specific sensitive keywords such as password, apikey, or credentials. It will then display the lines found to the user and prompt the user to see if they would want to continue. It is intended to prevent accidental co…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages