Evaluated Model
Generates an evaluated model of the ORT result.
Configuration
Example
Use the following syntax to configure this plugin globally as part of config.yml:
ort:
reporter:
reporters:
EvaluatedModel:
options:
deduplicateDependencyTree: false
outputFileFormats: JSON
Options
deduplicateDependencyTree
Controls whether subtrees occurring multiple times in the dependency tree are stripped.
outputFileFormats
Alias: output.file.formats
Possible values:
JSON, YAML (alias: YML)
The list of file formats to generate, defaults to JSON. Supported formats are JSON and YAML.