Lightweight secret scanner designed for pre commit hooks and DevX before strictness.
npm install @naturalcycles/secretscanLightweight secret scanner designed for pre commit hooks and DevX before strictness.
``bash`
pnpm add -D @naturalcycles/secretscan
`bash`
pnpm add -g @naturalcycles/secretscan
secretscan is designed to be used as a pre-commit hook. The easiest way to achieve this is by adding the secretscan command to your pre-commit file. For husky that would probably be .husky/pre-commit.
`bash``
...other commands
secretscan
...other commands
More documentation is coming soon.