nodeshift-archived / license-reporter

license-reporter is a tool that gathers licenses for project's dependencies and produces a output in XML, JSON, YAML and HTML format.
Apache License 2.0
13 stars 10 forks source link

Use npm-audit-ci-wrapper with moderate threshold #359

Closed helio-frota closed 4 years ago

helio-frota commented 4 years ago

Example: https://github.com/helio-frota/falta/blob/master/.github/workflows/nodejs-ci-action.yml#L28

Depends on #358

helio-frota commented 4 years ago

@alexalikiotis setting to moderate instead of low seems better, so we don't bother too much with the broken builds for small things. https://github.com/nodeshift/license-reporter/blob/master/.github/workflows/nodejs-ci-action.yml#L28

aalykiot commented 4 years ago

Fixed in #363

helio-frota commented 4 years ago

Cool, thanks!