secret-magpie-cli icon indicating copy to clipboard operation
secret-magpie-cli copied to clipboard

Secret Magpie - Secret Detection Tool

Results 16 secret-magpie-cli issues
Sort by recently updated
recently updated
newest added

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