|
|
@@ -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
|
|
|
```
|