Skip to content

Commit c750a54

Browse files
committed
add gitleaks
1 parent 53fb4e0 commit c750a54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ This article focuses on enabling organizations to implement Shift-Left principle
8181
| **Pre-Commit Time Tools ⚡** | **[Git-Secrets](https://github.com/awslabs/git-secrets)**: Detects secrets in commits. |
8282
| | **[SonarLint](https://github.com/SonarSource/sonarlint-core)**: IDE-based tool for real-time code quality checks. |
8383
| | **[ThreatSpec](https://github.com/threatspec/threatspec)**: Threat modeling as code for early risk identification. |
84+
| | **[Gitleaks](https://github.com/gitleaks/gitleaks)**: Detect and prevent hardcoded secrets like passwords, api keys, and tokens in git repos. |
8485
| **Secrets Management 🔒** | **[TruffleHog](https://github.com/trufflesecurity/truffleHog)**: Scans repositories for secrets. |
8586
| | **[HashiCorp Vault](https://github.com/hashicorp/vault)**: Provides secure access and storage for secrets. |
8687
| | **[Mozilla SOPS](https://github.com/mozilla/sops)**: Encrypts secrets in YAML and JSON files. |
@@ -127,4 +128,4 @@ This article focuses on enabling organizations to implement Shift-Left principle
127128

128129
---
129130

130-
🌟 *Lets build a safer DevSecOps ecosystem together!* 🌟
131+
🌟 *Let's build a safer DevSecOps ecosystem together!* 🌟

0 commit comments

Comments
 (0)