Browse Source

Update README.md

Zachary Rice 4 years ago
parent
commit
f15b4e408b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      README.md

+ 0 - 1
README.md

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