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
The NexusIQ advisor was originally created to assist with a migration
away from that commercial product. As that migration completed
successfully and no maintainer has access to a NexusIQ instance anymore,
it becomes infeasible to maintain.
So remove the NexusIQ advisor and replace various mentions, e.g. in
tests, with the similar but public OSSIndex advisor.
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
Copy file name to clipboardexpand all lines: integrations/completions/ort-completion.fish
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ complete -c ort -n "__fish_seen_subcommand_from advise" -l output-dir -s o -r -F
25
25
complete-c ort -n"__fish_seen_subcommand_from advise"-l output-formats -s f -r-fa"JSON YAML"-d'The list of output formats to be used for the ORT result file(s).'
26
26
complete-c ort -n"__fish_seen_subcommand_from advise"-l label -s l -r-d'Set a label in the ORT result, overwriting any existing label of the same name. Can be used multiple times. For example: --label distribution=external'
27
27
complete-c ort -n"__fish_seen_subcommand_from advise"-l resolutions-file-r-F-d'A file containing issue and rule violation resolutions.'
28
-
complete-c ort -n"__fish_seen_subcommand_from advise"-l advisors -s a -r-d'The comma-separated advisors to use, any of [NexusIQ, OSSIndex, OSV, VulnerableCode].'
28
+
complete-c ort -n"__fish_seen_subcommand_from advise"-l advisors -s a -r-d'The comma-separated advisors to use, any of [OSSIndex, OSV, VulnerableCode].'
29
29
complete-c ort -n"__fish_seen_subcommand_from advise"-l skip-excluded -d'Do not check excluded projects or packages.'
30
30
complete-c ort -n"__fish_seen_subcommand_from advise"-s h -lhelp-d'Show this message and exit'
Copy file name to clipboardexpand all lines: website/docs/tools/advisor.md
-16
Original file line number
Diff line number
Diff line change
@@ -14,22 +14,6 @@ The providers require specific configuration in the [ORT configuration file](htt
14
14
When executing the advisor, the providers to enable are selected with the `--advisors` option (or its short alias `-a`); here a comma-separated list with provider IDs is expected.
15
15
The following sections describe the providers supported by the advisor:
16
16
17
-
## NexusIQ
18
-
19
-
A security data provider that queries [Nexus IQ Server](https://help.sonatype.com/iqserver).
20
-
In the configuration, the URL of the Nexus IQ Server the credentials must be provided:
21
-
22
-
```yaml
23
-
ort:
24
-
advisor:
25
-
nexusIq:
26
-
serverUrl: "https://nexusiq.ossreviewtoolkit.org"
27
-
username: myUser
28
-
password: myPassword
29
-
```
30
-
31
-
To enable this provider, pass `-a NexusIQ` on the command line.
32
-
33
17
## OSS Index
34
18
35
19
This vulnerability provider does not require any further configuration as it uses the public service at https://ossindex.sonatype.org/.
0 commit comments