瀏覽代碼

added readme

zricethezav 8 年之前
父節點
當前提交
493f45ed8c
共有 1 個文件被更改,包括 23 次插入0 次删除
  1. 23 0
      README.md

+ 23 - 0
README.md

@@ -0,0 +1,23 @@
+# GitLeaks
+#### Check git repos for secrets and keys
+
+##### Features:
+ * Search all commits on all branches in topological order
+ * Regex/Entropy checks
+
+##### Installing:
+```
+$ go get github.com/zricethezav/gitleaks
+```
+
+##### Usage and Explanation: 
+
+```
+$ ./gitleaks {git url}
+```
+This will clone the target `{git url}` and run a diff on all commits. A report will be output to `{repo_name}.json`
+
+#### TODO
+- Specify a target branch
+- Support for custom regex
+- Filter regex