michelin / ChopChop

ChopChop is a CLI to help developers scanning endpoints and identifying exposition of sensitive services/files/folders.
Other
673 stars 78 forks source link

Simplify Docker usage #17

Closed f-lopes closed 4 years ago

f-lopes commented 4 years ago

Make Docker image easier to run: docker run chopchop scan --url https://foobar.com

Replace CMD instruction by ENTRYPOINT in Dockerfile to run gochopchop binary by default and append command-line arguments

PaulSec commented 4 years ago

Than you so much for your contribution!