Explorar el Código

Update README.md

Zachary Rice hace 1 año
padre
commit
4c5195b700
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

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