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.

58 lines (57 loc) 1.38 kB
{ "name": "gitleaks-secret-scanner", "version": "2.1.1", "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/postinstall.js", "preuninstall": "node bin/preuninstall.js" }, "dependencies": { "axios": "^1.11.0", "fs-extra": "^11.2.0", "tar": "^6.2.1", "toml": "^3.0.0", "unzipper": "^0.12.3" }, "peerDependencies": { "husky": ">=9.0.0" }, "peerDependenciesMeta": { "husky": { "optional": true } }, "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" } }