Skip to main content

File

File

A package curation provider that loads package curations from files.

Configuration

Example

Use the following syntax to configure this plugin globally as part of config.yml:

ort:
packageCurationProviders:
File:
options:
path: <OPTIONAL_STRING>
mustExist: false

Options

path

STRING Required

The path of the package curation file or directory.

mustExist

BOOLEAN Default

A flag to denote whether the path is required to exist.