Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add license-auditor #41

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

piotr-s-brainhub
Copy link
Contributor

No description provided.

licenseAuditor({
whitelistedLicenses: whitelist,
blacklistedLicenses: blacklist,
projectPath: `.`,
Copy link
Contributor Author

@piotr-s-brainhub piotr-s-brainhub Jun 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jkthomas

How can I configure license-auditor to work with multiple package.json (and multiple node_modules directories)? Should I pass an array as the projectPath? Or should I invoke licenseAuditor multiple times, each time with another path? Or maybe it's not possible?

@brainhub-devops
Copy link

brainhub-devops commented Jul 1, 2020

Warnings
⚠️

MODULE : node_modules/json-schema
| LICENSE : AFLv2.1,BSD
| LICENSE_FILE : node_modules/json-schema/README.md
| REPOSITORY: https://github.com/kriszyp/json-schema
| PUBLISHER : Kris Zyp
| EMAIL : undefined
| URL : undefined

⚠️

MODULE : node_modules/glob-to-regexp
| LICENSE : BSD*
| LICENSE_FILE : node_modules/glob-to-regexp/README.md
| REPOSITORY: https://github.com/fitzgen/glob-to-regexp
| PUBLISHER : Nick Fitzgerald
| EMAIL : [email protected]
| URL : undefined

⚠️

MODULE : node_modules/gitconfiglocal
| LICENSE : BSD*
| LICENSE_FILE : node_modules/gitconfiglocal/README.md
| REPOSITORY: https://github.com/soldair/node-gitconfiglocal
| PUBLISHER : Ryan Day
| EMAIL : undefined
| URL : undefined

⚠️

MODULE : node_modules/esutils
| LICENSE : BSD
| LICENSE_FILE : node_modules/esutils/LICENSE.BSD
| REPOSITORY: https://github.com/Constellation/esutils
| PUBLISHER : undefined
| EMAIL : undefined
| URL : undefined

⚠️

MODULE : node_modules/doctrine
| LICENSE : BSD
| LICENSE_FILE : node_modules/doctrine/LICENSE.BSD
| REPOSITORY: https://github.com/eslint/doctrine
| PUBLISHER : undefined
| EMAIL : undefined
| URL : undefined

Generated by 🚫 dangerJS against 7dccde9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants