Sha256: 1eb647e08c8ccab0ce2e7bc7dcbd043c33934220f3c504016b61a53ab9cedde4
Contents?: true
Size: 879 Bytes
Versions: 3
Compression:
Stored size: 879 Bytes
Contents
# Customize Licensee's behavior Licensed uses [Licensee](https://github.com/licensee/licensee) to detect and evaluate OSS licenses for project dependencies found during source enumeration. Licensed can optionally [customize Licensee's behavior](https://github.com/licensee/licensee/blob/main/docs/customizing.md#customizing-licensees-behavior) based on options set in the configuration file. **NOTE** Matching licenses based on package manager metadata and README references is always enabled and cannot currently be configured. ```yml licensee: # the confidence threshold is an integer between 1 and 100. the value represents # the minimum percentage confidence that Licensee must have to report a matched license # https://github.com/licensee/licensee/blob/main/docs/customizing.md#adjusting-the-confidence-threshold confidence_threshold: 90 # default value: 98 ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
licensed-5.0.1 | docs/configuration/customizing_licensee.md |
licensed-5.0.0 | docs/configuration/customizing_licensee.md |
licensed-4.5.0 | docs/configuration/customizing_licensee.md |