FossID
Export reports from FossID.
Configuration
Example
Use the following syntax to configure this plugin globally as part of config.yml:
ort:
reporter:
reporters:
FossID:
options:
serverUrl: <OPTIONAL_STRING>
reportType: XLSX
selectionType: INCLUDE_ALL_LICENSES
secrets:
apiKey: <OPTIONAL_SECRET>
user: <OPTIONAL_SECRET>
Options
serverUrl
The URL of the FossID server to connect to.
apiKey
The API key to use for authentication.
user
The user to authenticate as.
reportType
Possible values:
HTML_DYNAMIC, HTML_STATIC, SPDX_RDF, XLSX
The type of report to generate.
selectionType
Possible values:
INCLUDE_ALL_LICENSES, INCLUDE_COPYLEFT, INCLUDE_FOSS, INCLUDE_MARKED_LICENSES
The type of selection to use.