GitGuardian / src-fingerprint

Extract git related information (file shas, commit shas) from your hosted source version control system
MIT License
21 stars 10 forks source link

Add a timeout per repository #65

Closed Walz closed 2 years ago

Walz commented 2 years ago

In rare edge-case, it can take multiple hours to clone a repository. It would be interesting to add a timeout. It would prevent a repository from blocking the gathering of fingerprints from a long list of repositories.

When the timeout is reached, src-fingerprint needs to be able to skip to the next repository even if a subcommand (ie: git clone) is currently running.