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
Need to test with git-secrets (Prevents you from committing passwords and other sensitive information to a Git repository), should work git-hound (Git plugin that prevents sensitive data from being committed.) truffleHog (Searches through git repositories for high entropy strings and secrets, digging deep into commit history)
Update README on how the test worked and add knowledge about how to add these pre-commit commands (git-secrets, git-hound, and truffleHog) before unwanted information is committed to the local and remote Git repository.
The text was updated successfully, but these errors were encountered:
BradleyA
changed the title
markit - test with git-secrets, git-hound, and truffleHog
hooks/EXAMPLES/SA-??? - test with git-secrets, git-hound, and truffleHog
Feb 3, 2020
Need to test with git-secrets (Prevents you from committing passwords and other sensitive information to a Git repository), should work git-hound (Git plugin that prevents sensitive data from being committed.) truffleHog (Searches through git repositories for high entropy strings and secrets, digging deep into commit history)
Update README on how the test worked and add knowledge about how to add these pre-commit commands (git-secrets, git-hound, and truffleHog) before unwanted information is committed to the local and remote Git repository.
The text was updated successfully, but these errors were encountered: