IBM / audit-ci

Audit NPM, Yarn, PNPM, and Bun dependencies in continuous integration environments, preventing integration if vulnerabilities are found at or above a configurable threshold while ignoring allowlisted advisories
Apache License 2.0
263 stars 43 forks source link

feat: Add support for importing audit-ci #271

Closed quinnturner closed 2 years ago

quinnturner commented 2 years ago

Now, you can interact with audit-ci using code! I haven't written the documentation for this yet. Also, since this is the first release of programmatic usage, the API is not expected to stay stable. This current API is mostly for early adopters and to get quick feedback.

Note, I started exporting types in this PR: #270 Closes #212 (but should create a new ticket to document the API)