UNPKG

gitleaks-secret-scanner

Version:

A powerful, intelligent wrapper for the Gitleaks engine that provides accurate and safe secret scanning for local pre-commit hooks and CI/CD pipelines.

49 lines (48 loc) 1.21 kB
{ "name": "gitleaks-secret-scanner", "version": "1.2.2", "description": "A powerful, intelligent wrapper for the Gitleaks engine that provides accurate and safe secret scanning for local pre-commit hooks and CI/CD pipelines.", "author": "Vijay Kumar", "main": "bin/cli.js", "bin": { "gitleaks-secret-scanner": "bin/cli.js" }, "scripts": { "postinstall": "node bin/set-permissions.js && node bin/cli.js --install-only" }, "dependencies": { "axios": "^1.7.2", "fs-extra": "^11.2.0", "tar": "^6.2.1", "toml": "^3.0.0", "unzipper": "^0.12.3" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/criisv7/gitleaks-secret-scanner.git" }, "homepage": "https://github.com/criisv7/gitleaks-secret-scanner#readme", "url": "https://github.com/criisv7/gitleaks-secret-scanner/issues", "keywords": [ "security", "gitleaks", "pre-commit", "secrets-scanning", "git-hooks", "toml" ], "engines": { "node": ">=18" }, "files": [ "bin", "lib", "templates", "LICENSE", "README.md" ], "bugs": { "url": "https://github.com/criisv7/gitleaks-secret-scanner/issues" } }