secret-magpie-cli
secret-magpie-cli copied to clipboard
Secret Magpie - Secret Detection Tool
Requesting support for Bitbucket Server (bitbucket on prem)
README has two sample docker commands where the volume switch `-v` comes before the `run` option: ``` docker -v /localpath:/app/results run punksecurity/secret-magpie --out results/results ``` ``` docker -v /path/to/your/certificates:/usr/local/share/ca-certificates/ run...
We should support enumerating and cloning aws codecommit repos
I tested this running locally, dockerized, on 2 repos from my org (let's call them A and B). Exact command was this: ``` docker run -v /home/mitch/Workspace/magpie-repos/:/repos -v /home/mitch/Documents/magpie/:/app/results punksecurity/secret-magpie...
When a user presses ctrl c, we handle it nicely for the output of results but it throws an ugly error. We should catch the keyboard interrupt error and print...
Currently secret magpie looks stuck on a big repo because of all the branches. We should have a global variable for branches and then refresh the output banner every second