Explorar o código

Update README.md

Zachary Rice %!s(int64=4) %!d(string=hai) anos
pai
achega
d5f9d2b5d2
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -34,11 +34,17 @@ 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]
 ```
+#### ghrc.io
+```bash
+docker pull ghcr.io/zricethezav/gitleaks:latest
+docker run -v ${path_to_host_folder_to_scan}:/path zricethezav/gitleaks:latest [COMMAND] --source="/path" [OPTIONS]
+```
 
 ### From Source
 1. Download and install Go from https://golang.org/dl/