finos / CatchIT

Source code secret scanner
Apache License 2.0
51 stars 22 forks source link

Create docker image #12

Open Elvis0110 opened 1 year ago

Elvis0110 commented 1 year ago

Created a docker image for catchIt, where the folder to be scanned is passed as an argument to the docker container. Example: docker run <name-of-docker-image> <folder-to-be-scanned> . After review, I can raise a PR to work with @TheJuanAndOnly99 to host it on the FINOS docker hub.

@TheJuanAndOnly99 is this possible? @mcleo-d said to contact your for FINOS docker hub issues.

This is a resolution to PR #5 @anirudnits

TheJuanAndOnly99 commented 1 year ago

Hi @Elvis0110! Thank you for your contribution. As far as publishing to docker goes here is an example of a GitHub action from the legend-studio repository that publishes this image to the FINOS DockerHub profile that can help you get started. We'll need some feedback from the maintainers. I've assigned the issue to them.

Elvis0110 commented 1 year ago

ok, thanks. I will wait for review from the maintainers before I proceed, meanwhile i will take a look at the links you sent. 👍