hisxo / gitGraber

gitGraber: monitor GitHub to search and find sensitive data in real time for different online services such as: Google, Amazon, Paypal, Github, Mailgun, Facebook, Twitter, Heroku, Stripe...
GNU General Public License v3.0
2.02k stars 330 forks source link

Dockerized GitGrabber #15

Closed AlekKras closed 4 years ago

AlekKras commented 5 years ago

Created a Dockerfile to run GitGrabber from the Docker. Works fine, you can also push the image to the Docker hub for the future.

rmarot commented 5 years ago

Hi ! Thanks for the PR :) We will have a look at this quickly.

rmarot commented 5 years ago

Thanks again for your PR. After reviewing it sounds that your Dockerfile references "gitGrabber" directory (should be gitGraber) and that you renamed the files by prefixing with gitGraber their names. Could please double check on your side, and maybe push only the Dockerfile ?

Many thanks

AlekKras commented 5 years ago

Just redid it. Submitted the Dockerfile. Sorry for the misspelling it.

rmarot commented 5 years ago

Hi @AlekKras

Apologies for the delay ! Would it be possible to specify the command lines to build and run the container in the README file ? Maybe we could simplify the Dockerfile too ? (use a custom directory in the container filesystem rather than the root dir for example and use a lighter container like python:3 ?

Thank you !

rmarot commented 4 years ago

Feel free to reopen PR if you update. Thank you !