Sha256: 66c5e5ff41dcc5937f03ee37f58fd978c84165997dde1f2b64749722e4db4c1e
Contents?: true
Size: 690 Bytes
Versions: 37
Compression:
Stored size: 690 Bytes
Contents
# Allowed licenses **Key**: allowed **Default Value**: none The list of allowed licenses is used with the [status command](../commands/status.md) 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](https://spdx.org/licenses/). ```yml # accepts lowercase SPDX license identifiers allowed: - mit - bsd-2-clause - bsd-3-clause - isc ```
Version data entries
37 entries across 37 versions & 1 rubygems