Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 690 Bytes

allowed_licenses.md

File metadata and controls

17 lines (13 loc) · 690 Bytes

Allowed licenses

Key: allowed Default Value: none

The list of allowed licenses is used with the status command to detail which licenses are allowable for use in the current project and do not need further review. If a dependency uses a license that is not included in the allowed list, and the dependency is not on the ignored or reviewed dependency lists, it will be flagged and the status command will fail.

This configuration value accepts an array of lower-cased open source license SPDX identifiers.

# accepts lowercase SPDX license identifiers
allowed:
  - mit
  - bsd-2-clause
  - bsd-3-clause
  - isc