diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-05 16:49:23 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-05 16:49:23 +0200 |
| commit | a1ff4c7f7bfb5ca11aa3f7bf7bd01986f527ca52 (patch) | |
| tree | cdbf2be528365a9430dbfed6e3ba7e4e39408be8 /gitleaks/README | |
| parent | 9365a79bec44ebc23d5f5a4ab337644aa65b2637 (diff) | |
| download | my-slackbuilds-a1ff4c7f7bfb5ca11aa3f7bf7bd01986f527ca52.tar.gz my-slackbuilds-a1ff4c7f7bfb5ca11aa3f7bf7bd01986f527ca52.zip | |
Added: gitleaks slackbuild
Diffstat (limited to 'gitleaks/README')
| -rw-r--r-- | gitleaks/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gitleaks/README b/gitleaks/README new file mode 100644 index 0000000..be165d2 --- /dev/null +++ b/gitleaks/README @@ -0,0 +1,19 @@ +gitleaks (detect secrets in git repositories) + +Gitleaks is a fast, lightweight tool for detecting hardcoded secrets +such as API keys, passwords, and tokens in git repositories. It uses +a combination of regex pattern matching and entropy analysis to scan +commit history, staged files, and the working directory. + +It is commonly used as a pre-commit or pre-push git hook to prevent +accidental exposure of credentials before they reach a remote +repository. Over 150 secret types are supported out of the box, +and custom rules can be defined via a TOML configuration file. + +Gitleaks is distributed as a statically linked Go binary. No +runtime dependencies are required. + +Optional: A custom rules file can be passed at runtime: + gitleaks detect --config /path/to/config.toml + +Homepage: https://github.com/gitleaks/gitleaks |
