📄️ Copyright Garbage
The copyright-garbage.yml file allows defining which Copyright statements are to be considered as garbage, like any invalid findings from a scanner.
📄️ Evaluator Rules
The evaluator.rules.kts file allows you to define custom policy rules that automatically apply to review scan findings.
📄️ How to Fix Text Provider
The reporter.how-to-fix-text-provider.kts file enables the injection of how-to-fix texts in Markdown format for ORT issues into the reports.
📄️ License Classifications
The license-classifications.yml file holds a user-defined categorization of licenses.
📄️ License Texts
ORT does provide the license texts for all SPDX licenses and for all license references from ScanCode.
📄️ Repository Configuration (.ort.yml)
The items below can be configured by adding an .ort.yml file to the root of the source code repository.
📄️ Package Configurations
A package configuration file allows you to define path excludes and license finding curations for a specific package (dependency) and provenance.
📄️ Package Curations
Curations correct invalid or missing package metadata and set the concluded license for packages.
📄️ Reporter Templates
AsciiDoc templates
📄️ Resolutions
Resolutions allow you to resolve issues, policy rule violations or vulnerabilities by providing a reason why they are acceptable and can be ignored.
📄️ The snippet choice feature
Introduction