You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(reporter)!: Use the configured license fact providers
Change the `ReporterInput` to use a `LicenseFactProvider` instead of a
`LicenseTextProvider`.
The `ReporterCommand` now creates the license fact providers based on
the ORT configuration and support for the `--custom-license-texts-dir`
option is dropped. Instead, a custom license text directory now has to
be configured in the `config.yml`.
Templates for the Freemarker or AsciiDoc reporters must also be updated
to use `licenseFactProvider` instead of `licenseTextProvider`.
Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com>
Copy file name to clipboardExpand all lines: integrations/completions/ort-completion.fish
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,6 @@ complete -c ort -n "__fish_seen_subcommand_from report" -l ort-file -s i -r -F -
151
151
complete-c ort -n"__fish_seen_subcommand_from report"-l output-dir -s o -r-F-d'The output directory to store the generated reports in.'
152
152
complete-c ort -n"__fish_seen_subcommand_from report"-l report-formats -s f -r-d'A comma-separated list of report formats to generate, any of [AOSD2.0, AOSD2.1, CtrlXAutomation, CycloneDX, DocBookTemplate, EvaluatedModel, FossID, FossIdSnippet, HtmlTemplate, ManPageTemplate, Opossum, PdfTemplate, PlainTextTemplate, SpdxDocument, StaticHTML, TrustSource, WebApp].'
153
153
complete-c ort -n"__fish_seen_subcommand_from report"-l copyright-garbage-file-r-F-d'A file containing copyright statements which are marked as garbage. This can make the output inconsistent with the evaluator output but is useful when testing copyright garbage.'
154
-
complete-c ort -n"__fish_seen_subcommand_from report"-l custom-license-texts-dir -r-F-d'A directory which maps custom license IDs to license texts. It should contain one text file per license with the license ID as the filename. A custom license text is used only if its ID has a \'LicenseRef-\' prefix and if the respective license text is not known by ORT.'
155
154
complete-c ort -n"__fish_seen_subcommand_from report"-l how-to-fix-text-provider-script -r-F-d'The path to a Kotlin script which returns an instance of a \'HowToFixTextProvider\'. That provider injects how-to-fix texts in Markdown format for ORT issues.'
156
155
complete-c ort -n"__fish_seen_subcommand_from report"-l license-classifications-file-r-F-d'A file containing the license classifications. This can make the output inconsistent with the evaluator output but is useful when testing license classifications.'
157
156
complete-c ort -n"__fish_seen_subcommand_from report"-l package-configurations-dir -r-F-d'A directory that is searched recursively for package configuration files. Each file must only contain a single package configuration. This can make the output inconsistent with the evaluator output but is useful when testing package configurations.'
0 commit comments