Socket
Socket
Sign inDemoInstall

audit-ci

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

audit-ci

Audits npm and yarn projects in CI environments


Version published
Weekly downloads
171K
increased by3.07%
Maintainers
1
Weekly downloads
 
Created

What is audit-ci?

audit-ci is an npm package that helps you run security audits on your project's dependencies. It integrates with CI/CD pipelines to ensure that vulnerabilities are caught and addressed before they make it to production.

What are audit-ci's main functionalities?

Run Security Audits

This command runs a security audit on your project's dependencies and reports any vulnerabilities found.

npx audit-ci

Set Severity Levels

This command runs a security audit and only fails if vulnerabilities of 'low' severity or higher are found.

npx audit-ci --low

Whitelist Vulnerabilities

This command runs a security audit but ignores the specified vulnerability ID (12345 in this case).

npx audit-ci --allowlist 12345

JSON Output

This command runs a security audit and outputs the results in JSON format, which can be useful for further processing or logging.

npx audit-ci --json

Other packages similar to audit-ci

Keywords

FAQs

Package last updated on 14 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc