Skip to content

Commit de46625

Browse files
docs: Documentation artifactory settings fix (#7999)
Co-authored-by: Jeremy Long <[email protected]>
1 parent 5fa401f commit de46625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/src/site/markdown/arguments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ Advanced Options
8888
| | \-\-ossIndexPassword | \<password\> | Password or API token to connect to Sonatype's OSS Index. Provide both a username (see above) _and_ a password or none. | &nbsp; |
8989
| | \-\-ossIndexRemoteErrorWarnOnly | \<true\|false\> | Whether we should only warn about Sonatype OSS Index remote errors instead of failing completely. | &nbsp; |
9090
| | \-\-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. | &nbsp; |
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. | &nbsp; |
9292
| | \-\-disableCentralCache | | When the argument is present the Central Analyzer will not cache results locally. By default results are cached locally for 30 days. | &nbsp; |
9393
| | \-\-centralUrl | | Alternative URL for Maven Central Search. If not set the public Sonatype Maven Central will be used. | https://search.maven.org/solrsearch/select |
9494
| | \-\-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. | &nbsp; |
9595
| | \-\-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. | &nbsp; |
9696
| | \-\-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. | &nbsp; |
9797
| | \-\-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. | &nbsp; |
98-
| | \-\-enableArtifactory | | Sets whether Artifactory analyzer will be used | &nbsp; |
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.** | &nbsp; |
9999
| | \-\-artifactoryUrl | \<url\> | The Artifactory server URL. | &nbsp; |
100100
| | \-\-artifactoryUseProxy | \<true\|false\> | Whether Artifactory should be accessed through a proxy or not. | false |
101101
| | \-\-artifactoryParallelAnalysis | \<true\|false\> | Whether the Artifactory analyzer should be run in parallel or not | true |

0 commit comments

Comments
 (0)