SCANOSS
A wrapper for the SCANOSS snippet scanner.
Configuration
Example
Use the following syntax to configure this plugin globally as part of config.yml
:
ort:
scanner:
scanners:
SCANOSS:
options:
apiUrl: "https://api.osskb.org"
writeToStorage: true
enablePathObfuscation: false
secrets:
apiKey: ""
Options
apiUrl
The URL of the SCANOSS server.
apiKey
The API key used to authenticate with the SCANOSS server.
writeToStorage
Whether to write scan results to the storage.
enablePathObfuscation
Whether to enable path obfuscation when sending file paths to the SCANOSS server. When enabled, the actual file paths will be obfuscated in the requests to protect sensitive information.