Browse Source

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

* Closes #544

Co-authored-by: mercuriete <mercuriete@gmail.com>
mercuriete 5 năm trước cách đây
mục cha
commit
144362b972
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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