BishopFox / GitGot

Semi-automated, feedback-driven tool to rapidly search through troves of public data on GitHub for sensitive secrets.
GNU Lesser General Public License v3.0
1.43k stars 204 forks source link

Use access token from an env variable #9

Closed ilyaglow closed 5 years ago

ilyaglow commented 5 years ago

This PR improves app usability and allows us to easily use dockerized version, for example: https://gist.github.com/ilyaglow/df2a1f2a9cd725002d4ef7083a133ba5.

the-bumble commented 5 years ago

Hey ilyaglow,

I like that minimal alpine Dockerfile. Do you mind if I include it in the project? I can credit you via a comment at the top of the Dockerfile:

# Thank you to Ilya Glotov (https://github.com/ilyaglow) for this minimal alpine image

Or if you prefer, you can send me a PR.

Thank you!

ilyaglow commented 5 years ago

Hey,

Sure, use it however you like :) I'm glad you found it useful.