فهرست منبع

docs(Dockerfile): Fix example of usage on Dockerfile (#545)

* Closes #544

Co-authored-by: mercuriete <mercuriete@gmail.com>
mercuriete 4 سال پیش
والد
کامیت
144362b972
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -12,6 +12,6 @@ ENTRYPOINT ["gitleaks"]
 # How to use me :
 
 # docker build -t gitleaks .
-# docker run --rm --name=gitleaks gitleaks --repo=https://github.com/zricethezav/gitleaks
+# docker run --rm --name=gitleaks gitleaks --repo-url=https://github.com/zricethezav/gitleaks
 
 # This will check for secrets in https://github.com/zricethezav/gitleaks