Open stevemcilwain opened 4 years ago
Do something with git log and git grep to search for secrets in a local git repo.
git rev-list --all | xargs git --no-pager grep -HoliEr "$SEARCH" git branch -a | cut -c3- | cut -d' ' -f 1 | xargs git --no-pager grep -HoliEr "$SEARCH"
Do something with git log and git grep to search for secrets in a local git repo.