mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
23e6967a69
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
src | ||
tests | ||
.babelrc | ||
CHANGELOG.md | ||
jest.config.js | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.build.json | ||
tsconfig.json |
verdaccio-audit
🛡🔬 npmjs audit support for verdaccio
Requirements
- verdaccio@3.x or higher
npm install --global verdaccio-audit
Usage
To enable it you need to add this to your configuration file.
middlewares:
audit:
enabled: true
strict_ssl: true # optional, defaults to true
Strict SSL
In some scenarios it may be necessary to disable SSL certificate validation. Setting strict_ssl to false will disable these checks, but will make all connections passing through this plugin inherently insecure.
Disclaimer
This plugin is experimental and unstable. Please report any issue you found.