加载中
正在获取最新内容,请稍候...
正在获取最新内容,请稍候...
Gitleaks is a SAST tool for detecting secrets in git repositories, preventing accidental leaks of sensitive information like passwords and API keys.
Gitleaks is an open-source command-line tool designed to find and prevent secrets from being committed into git repositories, helping maintain codebase security.
Accidentally committing sensitive information (passwords, API keys, private keys) to version control systems poses a significant security risk, which manual review often fails to catch.
Scans commit history and file systems for hardcoded secrets using a customizable ruleset.
Comes with over 50 built-in rules for common secret types and allows adding custom regex-based rules.
Integrates easily into CI/CD pipelines, pre-commit hooks, and various developer workflows.
Gitleaks can be used in various stages of the software development lifecycle to proactively identify and mitigate secrets exposure risks.
Run Gitleaks automatically as part of your CI/CD pipeline on every push or pull request to scan new code changes for secrets.
Automatically catch secrets before they are deployed to production environments, reducing security risks.
Configure Gitleaks as a pre-commit hook to scan changes locally before they are committed to the repository.
Prevent secrets from ever entering the git history, saving time and effort on remediation.
Scan existing historical commits of a repository to identify secrets that may have been leaked in the past.
Identify past security breaches or risks and plan necessary remediation steps like credential rotation.
You might be interested in these projects
Axum is an ergonomic and modular web framework for Rust, built on top of Tokio, Tower, and Hyper. It provides a high-level API for building web applications and services with async Rust, focusing on type safety and developer experience.
OpenRefine is a powerful free and open-source tool for cleaning, transforming, and extending messy data. It helps users quickly identify and fix inconsistencies and structure data for analysis or publication.
A robust, zero-dependency JavaScript library for syntax highlighting code snippets across a multitude of languages, featuring reliable language auto-detection.