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
A regular expression to match the scanner name when looking up scan results in the storage.
minVersion
The minimum version of stored scan results to use.
maxVersion
The maximum version of stored scan results to use.
configuration
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
Whether to read scan results from the storage.
writeToStorage
Whether to write scan results to the storage.