From ffc134b767d37094ddfd60161682b6bfb876b06d Mon Sep 17 00:00:00 2001 From: Ziad <50271520+ziadghalleb@users.noreply.github.com> Date: Wed, 19 Jan 2022 11:10:08 +0100 Subject: [PATCH] =?UTF-8?q?Update=20README.md=20=E2=80=93=20add=20ggshield?= =?UTF-8?q?=20(#21)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10948d6..c0da046 100644 --- a/README.md +++ b/README.md @@ -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 |![GitLeaks](https://img.shields.io/github/stars/zricethezav/gitleaks?style=for-the-badge) | +| **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. |![ggshield](https://img.shields.io/github/stars/gitguardian/ggshield?style=for-the-badge) | | **TruffleHog** | [https://github.com/trufflesecurity/truffleHog](https://github.com/trufflesecurity/truffleHog) | TruffleHog is a scanning tool for detecting hardcoded secrets |![TruffleHog](https://img.shields.io/github/stars/trufflesecurity/truffleHog?style=for-the-badge) | | **Hashicorp Vault** | [https://github.com/hashicorp/vault](https://github.com/hashicorp/vault) | Hashicorp Vault secrets management |![Vault](https://img.shields.io/github/stars/hashicorp/vault?style=for-the-badge) | | **Mozilla SOPS** | [https://github.com/mozilla/sops ](https://github.com/mozilla/sops ) | Mozilla Secrets Operations |![SOPS](https://img.shields.io/github/stars/mozilla/sops?style=for-the-badge) |