I am looking at this repo: https://github.com/zricethezav/gitleaks
To run with Docker we'd use
docker run --rm --name=gitleaks zricethezav/gitleaks -v -r https://github.com/zricethezav/gitleaks.git
I am having trouble figuring out what the -r
flag is doing...it doesn't look like it's making it read-only, does anyone know?