Zachary Rice 4 лет назад
Родитель
Сommit
d5f9d2b5d2
1 измененных файлов с 6 добавлено и 0 удалено
  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/