Skip to main content

BoyterLc

BoyterLc

A command line application which scans directories and identifies what software license things are under.

Configuration

Example

{
"BoyterLc": {
"options": {
"regScannerName": null,
"minVersion": null,
"maxVersion": null,
"configuration": null,
"readFromStorage": true,
"writeToStorage": true
}
}
}

Options

regScannerName

STRING

A regular expression to match the scanner name when looking up scan results in the storage.

minVersion

STRING

The minimum version of stored scan results to use.

maxVersion

STRING

The maximum version of stored scan results to use.

configuration

STRING

The configuration to use for the scanner. Only scan results with the same configuration are used when looking up scan results in the storage.

readFromStorage

BOOLEAN Default

Whether to read scan results from the storage.

writeToStorage

BOOLEAN Default

Whether to write scan results to the storage.