File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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- 🌟 * Let’ s build a safer DevSecOps ecosystem together!* 🌟
131+ 🌟 * Let' s build a safer DevSecOps ecosystem together!* 🌟
You can’t perform that action at this time.
0 commit comments