tillson / git-hound

Reconnaissance tool for GitHub code search. Scans for exposed API keys across all of GitHub, not just known repos and orgs.
MIT License
1.19k stars 184 forks source link

No config file detected #45

Closed sarahhumok7 closed 2 years ago

sarahhumok7 commented 2 years ago

vgggjjoooo I'm having this problem: No config file detected I'm using Windows, I need help

luizcorreia commented 2 years ago

Hey did you read the setup?

Create a ./config.yml or ~/.githound/config.yml with your GitHub username and password. Optionally, include your 2FA TOTP seed. See config.example.yml.

ncsc-dev commented 1 year ago

I'm having the same issue with Mac OS (ARM). Even if I point githound to the config file itself, it says: [!] config.yml was not found

command: ./git-hound --config-file

tillson commented 1 year ago

I'm having the same issue with Mac OS (ARM). Even if I point githound to the config file itself, it says: [!] config.yml was not found

./git-hound --config-file is not the correct command. Try ./git-hound --config-file config.yml, assuming that the config.yml file is in your current directory.