Gitleaks
GitGuardian
pre-commit by Yelp
AquilaX
Gitrob
Cremit
Yelp's detect-secrets
Repo-supervisor
Vim Python IDE
Gitleaks
Vim Python IDENo Vim Python IDE videos yet. You could help us improve this page by suggesting one.
Based on our record, Gitleaks seems to be more popular. It has been mentiond 7 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Representative tools: Gitleaks and TruffleHog are the open-source workhorses. Run both through the pre-commit framework so secrets get caught before they ever hit the remote. - Source: dev.to / 23 days ago
A layer of deterministic constraints: checks that keep the output converging toward quality instead of tech debt. I work in Python, so for me that's ruff, ty, tach run through prek, plus gitleaks and a stack of project-specific hooks. Different language, different tools โ the constraint is the point, not the toolchain. - Source: dev.to / 29 days ago
# .pre-commit-config.yaml Repos: - repo: https://github.com/gitleaks/gitleaks rev: v8.18.0 hooks: - id: gitleaks # Fail the commit if any matches are found in staged files stages: [pre-commit]. - Source: dev.to / about 1 month ago
Repos: - repo: https://github.com/gitleaks/gitleaks rev: v8.18.0 # pin to a real release tag hooks: - id: gitleaks # runs on every staged file before commit completes. - Source: dev.to / about 1 month ago
These are scrapers. They don't read your code โ they git clone --mirror, then run tools like trufflehog and gitleaks against the entire history. Not just the current commit. - Source: dev.to / 2 months ago
GitGuardian - Detect secrets in source code, public and private!
pre-commit by Yelp - A framework for managing and maintaining multi-language pre-commit hooks
AquilaX - GenAI Software Security
Gitrob - Command line tool that finds sensitive information in your GitHub repositories
Cremit - Effortless Non-Human Identity Security with Cremit.
Yelp's detect-secrets - detect-secrets is an aptly named module for (surprise, surprise) detecting secrets within a code base.