A tool to search a users repositories using a regex string.
There are environment variables that need to be set: GIT_ACCESS_TOKEN and GIT_USERNAME.
The output is a json dump of the repository links.
The default implementation searches .docker/build/Dockerfile for version issues
The command line parameters are -r, -v, -p, -s, -gc, -b. -h will provide a help menu with further explanation.
A good command example would be python repo-scan.py -s ”FROM node:[0-9.]+” > C:\Users<USERNAME>\Desktop\output.txt | type C:\Users<USERNAME>\Desktop\output.txt
On Windows this will output the repository links that aren't FROM node: into a output.txt file
-
Notifications
You must be signed in to change notification settings - Fork 1
Jeremymcgahey/repo-regex-search
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A tool for finding strings within files inside git repositories.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published