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

[INTERNAL] package.json: Add license check for dependencies #671

Merged
merged 1 commit into from
Dec 28, 2023

Commits on Dec 28, 2023

  1. [INTERNAL] package.json: Add license check for dependencies

    Only allow dependencies with licenses listed as Gold, Silver or Bronze
    at https://blueoakcouncil.org/list
    
    Generally those should not cause us any trouble. Restricting this
    further to specific licenses currently in use by our dependencies might
    cause unnecessary maintenance efforts in the future due to the great
    variety of licenses being used.
    
    Exceptions added for "callsite" (uses MIT) and "yesno" (uses BSD).
    RandomByte committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    b63b3cf View commit details
    Browse the repository at this point in the history