浏览代码

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

* Closes #544

Co-authored-by: mercuriete <mercuriete@gmail.com>
mercuriete 5 年之前
父节点
当前提交
144362b972
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -12,6 +12,6 @@ ENTRYPOINT ["gitleaks"]
 # How to use me :
 # How to use me :
 
 
 # docker build -t gitleaks .
 # 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
 # This will check for secrets in https://github.com/zricethezav/gitleaks