-
Notifications
You must be signed in to change notification settings - Fork 0
Secrets.md
Matías Aereal Aeón edited this page Oct 17, 2024
·
2 revisions
Use these tools to identify and manage sensitive information across codebases and repositories.
- Description: Detects and protects secrets across files, including CMS, chat systems, and Git repositories.
-
Usage:
# Scan a local repo 2ms git .
- GitHub
- Description: Scans Git repositories for secrets like API keys and tokens.
-
Usage:
gitleaks detect --source=<path_to_repo>
- GitHub
- Description: Prevents committing secrets to Git repositories by scanning commits for patterns.
-
Usage:
git secrets --install
- GitHub
- Description: Finds secrets in repositories and cloud storage using entropy and pattern matching.
-
Usage:
trufflehog --no-update git https://github.com/example/repo
- GitHub