加载中
正在获取最新内容,请稍候...
正在获取最新内容,请稍候...
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
This project provides a set of example code and scripts to demonstrate how to effectively utilize the core functionalities of our innovative automation tool, designed to streamline data processing and task management.
X-UI is a powerful web panel designed to manage the Xray core, offering support for multiple protocols and user accounts. It simplifies the deployment, configuration, and monitoring of Xray servers through an intuitive graphical interface.
Templ is a templating language for Go that compiles templates to Go code, offering compile-time type safety, enhanced performance, and improved developer experience for building HTML user interfaces.