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
Copy file name to clipboardExpand all lines: cli/src/site/markdown/arguments.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,14 +88,14 @@ Advanced Options
88
88
||\-\-ossIndexPassword |\<password\>| Password or API token to connect to Sonatype's OSS Index. Provide both a username (see above) _and_ a password or none. | |
89
89
||\-\-ossIndexRemoteErrorWarnOnly |\<true\|false\>| Whether we should only warn about Sonatype OSS Index remote errors instead of failing completely. | |
90
90
||\-\-ossIndexUrl |\<url\>| Alternative URL for the OSS Index. If not set the public Sonatype OSS Index will be used. |https://ossindex.sonatype.org|
91
-
||\-\-disableCentral || Sets whether the Central Analyzer will be used. **Disabling this analyzer is not recommended as it could lead to false negatives (e.g. libraries that have vulnerabilities may not be reported correctly).** If this analyzer is being disabled there is a good chance you also want to disable the Artifactory or Nexus Analyzer. | |
91
+
||\-\-disableCentral || Sets whether the Central Analyzer will be used to enrich Java dependencies. **Disabling this analyzer is not recommended as it could lead to false negatives (e.g. libraries that have vulnerabilities may not be reported correctly).** If this analyzer is being disabled, you can use the Artifactory Analyzer or Nexus Analyzer as a replacement. | |
92
92
||\-\-disableCentralCache || When the argument is present the Central Analyzer will not cache results locally. By default results are cached locally for 30 days. | |
93
93
||\-\-centralUrl || Alternative URL for Maven Central Search. If not set the public Sonatype Maven Central will be used. |https://search.maven.org/solrsearch/select|
94
94
||\-\-centralUsername |\<username\>| The username to authenticate with bearer auth to the alternative Maven Central url set by the 'centralUrl' argument. If neither basic nor bearer auth config is set it will use an unauthenticated connection. | |
95
95
||\-\-centralPassword |\<password\>| The password to authenticate with bearer auth to the alternative Maven Central url set by the 'centralUrl' argument. If neither basic nor bearer auth config is set it will use an unauthenticated connection. | |
96
96
||\-\-centralBearerToken |\<token\>| The token to authenticate with bearer auth to the alternative Maven Central url set by the 'centralUrl' argument. If neither basic nor bearer auth config is set it will use an unauthenticated connection. | |
97
97
||\-\-enableNexus || Sets whether Nexus Analyzer will be used. This analyzer is an alternative to the Central or Artifactory Analyzers, allowing retrieval from Sonatype Nexus installations. | |
98
-
||\-\-enableArtifactory || Sets whether Artifactory analyzer will be used | |
98
+
||\-\-enableArtifactory || Sets whether Artifactory analyzer will be used to enrich Java dependencies. **To use Artifactory, you will need to disable the central analyzer by adding the --disableCentral parameter.**| |
99
99
||\-\-artifactoryUrl |\<url\>| The Artifactory server URL. | |
100
100
||\-\-artifactoryUseProxy |\<true\|false\>| Whether Artifactory should be accessed through a proxy or not. | false |
101
101
||\-\-artifactoryParallelAnalysis |\<true\|false\>| Whether the Artifactory analyzer should be run in parallel or not | true |
0 commit comments