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
test on main
➜ git remote -v
test on main
➜ cd ..
~
➜ ./trufflehog git file://test
🐷🔑🐷 TruffleHog. Unearth your secrets. 🐷🔑🐷
FATA[0000] could not scan repo error="error getting repo remote origin: remote not found"
~
➜ cd test
test on main
➜ git remote add bob git@example.com/bob.git
test on main
➜ cd ..
~
➜ ./trufflehog git file://test
🐷🔑🐷 TruffleHog. Unearth your secrets. 🐷🔑🐷
FATA[0000] could not scan repo error="error getting repo remote origin: remote not found"
~ took 2s
➜ cd test
test on main
➜ git remote add origin git@example.com/bob.git
test on main
➜ cd ..
~
➜ ./trufflehog git file://test
🐷🔑🐷 TruffleHog. Unearth your secrets. 🐷🔑🐷
~ took 2s
The text was updated successfully, but these errors were encountered:
Hey, good find! It looks like scanner uses the remote just for metadata so I made a PR that does a best-effort approach. It should continue scanning if there are no remotes.
The text was updated successfully, but these errors were encountered: