Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

t1m0thyj/lerna-audit

Repository files navigation

Lerna Audit action

This project is no longer maintained. Using npm@7 workspaces is recommended as it makes this action unnecessary.

GitHub Action to run NPM audit on Lerna monorepo

Implements lerna/lerna#1663 (comment) since there is currently no lerna audit command.

Inputs

include-root

Specifies whether the root level of the project should be included as a package to be audited.

Default: true

npm-audit-args

Arguments that are passed on to the NPM audit command. See NPM docs for a list of supported arguments.

Outputs

None

Example usage

uses: t1m0thyj/lerna-audit@master
with:
  npm-audit-args: --production --audit-level=moderate

About

GitHub action to run NPM audit on Lerna monorepo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published