
Gitleaks
GitGuardian
pre-commit by Yelp
AquilaX
Cremit
Yelp's detect-secrets
Repo-supervisor
repo-security-scanner
Gitrob
GitGuardian
AquilaX
Cremit
Yelp's detect-secrets
repo-security-scanner
Repo-supervisor
Wiz
Gitleaks
GitrobNo features have been listed yet.
No Gitrob videos yet. You could help us improve this page by suggesting one.
Based on our record, Gitleaks should be more popular than Gitrob. 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 / about 1 month 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 / about 2 months 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 / 2 months 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 / 2 months 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 / 3 months ago
There are a ton of them, here are a few: https://martinfowler.com/articles/session-secret.html https://github.com/trufflesecurity/trufflehog https://github.com/awslabs/git-secrets https://github.com/sirwart/ripsecrets https://thoughtworks.github.io/talisman/ https://github.com/michenriksen/gitrob. - Source: Hacker News / about 4 years 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
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.
repo-security-scanner - CLI tool that finds secrets accidentally committed to a git repo, eg passwords, private keys - UKHomeOffice/repo-security-scanner