This PR only changes the behavior of the GitHub provider. By default, it will only gather hashes from private repositories and the added flag --all can be used to gather hashes from every repository.
I've also included a fix for the GitHub provider. If there is more than 100 repositories, src-fingerprint will only query the first 100 repos and duplicate them. (Always querying the first page of 100 repositories)
closes #23
This PR only changes the behavior of the GitHub provider. By default, it will only gather hashes from private repositories and the added flag
--all
can be used to gather hashes from every repository.I've also included a fix for the GitHub provider. If there is more than 100 repositories,
src-fingerprint
will only query the first 100 repos and duplicate them. (Always querying the first page of 100 repositories)