Secret GuardES: Extensi�n de VS Code para detectar secretos y credenciales expuestas en tiempo real. EN: VS Code extension to detect exposed secrets and credentials in real-time. Instalaci�n / Installation
Para desarrollo / For development:
Caracter�sticas / Features
Secretos Detectados / Detected Secrets
Configuraci�n / ConfigurationAbre Settings y busca "Secret Guard" / Open Settings and search "Secret Guard":
|
| Comando / Command | Descripci�n / Description |
|---|---|
Secret Guard: Scan Workspace |
Escanea todos los archivos / Scans all files |
Uso / Usage
- Abre un archivo con c�digo / Open a code file
- Si hay secretos, ver�s errores subrayados / If secrets exist, you'll see underlined errors
- Revisa el panel de "Problems" / Check the "Problems" panel
Lenguajes Soportados / Supported Languages
JavaScript, TypeScript, Python, Java, Go, Rust, Ruby, PHP, C#, JSON, YAML, .env, Properties, Shell, Dockerfile
Desarrollo / Development
git clone https://github.com/jafcn09/vscode-secret-guardian.git
cd vscode-secret-guardian
npm install
npm run build
Licencia / License
MIT License - Ver archivo LICENSE / See LICENSE file