
Gitleaks
GitGuardian
pre-commit by Yelp
AquilaX
Gitrob
Cremit
Yelp's detect-secrets
Snyk
CppDB - SQL Connectivity Library
SQLAPI++
Abstract Database Connector
GitleaksNo CppDB - SQL Connectivity Library 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 8 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.
Second, gitleaks as a fast local pre-commit pass, explicitly not the boundary, just an early warning. - Source: dev.to / 18 days ago
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 / 2 months 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 / 3 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 / 3 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 / 3 months ago
GitGuardian - Detect secrets in source code, public and private!
SQLAPI++ - SQLAPI++ is C++ library for accessing SQL databases (Oracle, SQL Server, Sybase, DB2, InterBase, SQLBase, Informix, MySQL, Postgre, ODBC, SQLite, SQL Anywhere).
pre-commit by Yelp - A framework for managing and maintaining multi-language pre-commit hooks
Abstract Database Connector - Abstract Database Connector is a C/C++ library for making connections to several databases (MySQL...
AquilaX - GenAI Software Security
Gitrob - Command line tool that finds sensitive information in your GitHub repositories