github_commit_crawler
github_commit_crawler copied to clipboard
Tool used to continuously monitor a Github org for mistaken public commits
When I try to kickoff a new scan, I get the following error ``` $ python ghcc.py [Err]: User has too much swag ``` Please advise how to move forward.
After initially running the docker container and running a ghcc scan, the data from subsequent scans is not updated in the UI. I've experienced this problem numerous times. The first...
For instances where we know our dev's handles, but they're not in any official org.
There is no input validation on the config entry ui page. This should be added so people don't accidently submit blank entries.
The docker container was initially created for ease-of-use for trial/demo purposes. After discussions, some people want to use their actual deployment, instead of using just the base python scripts. This...
Currently, if you wish to add/remove keywords from the search, you need to manually edit the `keywords.py` file, then restart the process. The GUI should be updated to allow one...