SCANOSS
An advisor that uses a SCANOSS instance to determine vulnerabilities in dependencies.
Configuration
Example
Use the following syntax to configure this plugin globally as part of config.yml:
ort:
advisor:
advisors:
ScanOss:
options:
apiUrl: "https://api.scanoss.com"
secrets:
apiKey: <OPTIONAL_SECRET>
Options
apiUrl
The URL of the SCANOSS server.
apiKey
The API key used to authenticate with the SCANOSS server.