|
@@ -35,7 +35,8 @@
|
|
|
|
|
|
|
|
### Join our Discord! [](https://discord.gg/8Hzbrnkr7E)
|
|
### Join our Discord! [](https://discord.gg/8Hzbrnkr7E)
|
|
|
|
|
|
|
|
-Gitleaks is a tool for **detecting** secrets like passwords, API keys, and tokens in git repos, files, and whatever else you wanna throw at it via `stdin`.
|
|
|
|
|
|
|
+Gitleaks is a tool for **detecting** secrets like passwords, API keys, and tokens in git repos, files, and whatever else you wanna throw at it via `stdin`. If you wanna learn more about how the detection engine works check out this blog: [Regex is (almost) all you need](https://lookingatcomputer.substack.com/p/regex-is-almost-all-you-need).
|
|
|
|
|
+
|
|
|
|
|
|
|
|
```
|
|
```
|
|
|
➜ ~/code(master) gitleaks git -v
|
|
➜ ~/code(master) gitleaks git -v
|