Skip to main content

askalono

Askalono

askalono is a library and command-line tool to help detect license texts. It's designed to be fast, accurate, and to support a wide variety of license texts.

Configuration

Example

{
"Askalono": {
"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.