@@ -35,7 +35,6 @@ brew install gitleaks
### Docker
#### DockerHub
-Using the image from DockerHub:
```bash
docker pull zricethezav/gitleaks:latest
docker run -v ${path_to_host_folder_to_scan}:/path zricethezav/gitleaks:latest [COMMAND] --source="/path" [OPTIONS]