Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search in a list of specific repo's #49

Closed
wifiuk opened this issue Jun 18, 2020 · 2 comments
Closed

Search in a list of specific repo's #49

wifiuk opened this issue Jun 18, 2020 · 2 comments

Comments

@wifiuk
Copy link

wifiuk commented Jun 18, 2020

If I have a list of repo's say HackerOne for example, is there a variable I can use to get it to check against those specific ones?

@eth0izzle
Copy link
Owner

The best way I can think of doing this is writing yourself a little batch script: loop over each repo URL, clone it, and then run shhgit using the --local flag.

@wifiuk
Copy link
Author

wifiuk commented Jun 7, 2021

I downloaded a bunch or repo's but it's not recursive, only checks one folder when using --local/
I got it running in a docker, using the --local command and it checks the repo in the command and the container just stops.

Need to have a local folder, and recursive check of all sub folders,. and the container stays alive for new folders cloned into that local folder.

I made a script that clones into a folder, waits for 30 seconds for the app to scan the folder and then delete the folder and clone the next repo and so on in a loop. Seems to work ish..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants