Kaynağa Gözat

Update README.md

Zachary Rice 2 yıl önce
ebeveyn
işleme
c3b7a98911
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -65,11 +65,11 @@ docker pull zricethezav/gitleaks:latest
 docker run -v ${path_to_host_folder_to_scan}:/path zricethezav/gitleaks:latest [COMMAND] --source="/path" [OPTIONS]
 
 # Docker (ghcr.io)
-docker pull ghcr.io/zricethezav/gitleaks:latest
-docker run -v ${path_to_host_folder_to_scan}:/path zricethezav/gitleaks:latest [COMMAND] --source="/path" [OPTIONS]
+docker pull ghcr.io/gitleaks/gitleaks:latest
+docker run -v ${path_to_host_folder_to_scan}:/path gitleaks/gitleaks:latest [COMMAND] --source="/path" [OPTIONS]
 
 # From Source
-git clone https://github.com/zricethezav/gitleaks.git
+git clone https://github.com/gitleaks/gitleaks.git
 cd gitleaks
 make build
 ```