mirror of
https://github.com/ruanbekker/DevSecOps.git
synced 2025-04-19 15:11:38 +02:00
Update README.md – add ggshield (#21)
Add ggshield to the list of secret scanning tools. GitGuardian's CLI ggshield detects secrets in plain text files, source code/git repositories, CI pipelines and Docker images. It can be configured to run with pre-commit or pre-push hooks for developers to prevent committing secrets in their git repositories. Co-authored-by: ziadghalleb <ziad.ghalleb@gitguardian.com>
This commit is contained in:
parent
538840b126
commit
ffc134b767
@ -85,6 +85,7 @@ Secrets management includes managing, versioning, encryption, discovery, rotatin
|
||||
| Name | URL | Description | Meta |
|
||||
| :---------- | :---------- | :---------- | :----------: |
|
||||
| **GitLeaks** | [https://github.com/zricethezav/gitleaks](https://github.com/zricethezav/gitleaks) | Gitleaks is a scanning tool for detecting hardcoded secrets | |
|
||||
| **ggshield** | [https://github.com/gitguardian/ggshield](https://github.com/gitguardian/ggshield) | GitGuardian shield (ggshield) is a CLI application that runs in your local environment or in a CI environment and helps you detect more than 350+ types of secrets and sensitive files. | |
|
||||
| **TruffleHog** | [https://github.com/trufflesecurity/truffleHog](https://github.com/trufflesecurity/truffleHog) | TruffleHog is a scanning tool for detecting hardcoded secrets | |
|
||||
| **Hashicorp Vault** | [https://github.com/hashicorp/vault](https://github.com/hashicorp/vault) | Hashicorp Vault secrets management | |
|
||||
| **Mozilla SOPS** | [https://github.com/mozilla/sops ](https://github.com/mozilla/sops ) | Mozilla Secrets Operations | |
|
||||
|
Loading…
x
Reference in New Issue
Block a user