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
The URL of the ScanOSS server.
apiKey
The API key used to authenticate with the ScanOSS server.
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.
readFromStorage
Whether to read scan results from the storage.
writeToStorage
Whether to write scan results to the storage.