Skip to main content

SCANOSS

SCANOSS

A wrapper for the SCANOSS snippet scanner.

Configuration

Example

{
"SCANOSS": {
"options": {
"apiUrl": "https://api.osskb.org",
"regScannerName": null,
"minVersion": null,
"maxVersion": null,
"readFromStorage": true,
"writeToStorage": true
},
"secrets": {
"apiKey": ""
}
}
}

Options

apiUrl

STRING Default

The URL of the ScanOSS server.

apiKey

SECRET Default

The API key used to authenticate with the ScanOSS server.

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.

readFromStorage

BOOLEAN Default

Whether to read scan results from the storage.

writeToStorage

BOOLEAN Default

Whether to write scan results to the storage.