From fa2e9b0a2c2f855068a0db5ece4746d47d71f828 Mon Sep 17 00:00:00 2001 From: evgeniiworkst Date: Thu, 2 Oct 2025 15:11:05 +0300 Subject: [PATCH 1/3] Fix artifactory params description --- cli/src/site/markdown/arguments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/src/site/markdown/arguments.md b/cli/src/site/markdown/arguments.md index 782c7897d0a..bfcb11f61ed 100644 --- a/cli/src/site/markdown/arguments.md +++ b/cli/src/site/markdown/arguments.md @@ -88,14 +88,14 @@ Advanced Options | | \-\-ossIndexPassword | \ | Password or API token to connect to Sonatype's OSS Index. Provide both a username (see above) _and_ a password or none. |   | | | \-\-ossIndexRemoteErrorWarnOnly | \ | Whether we should only warn about Sonatype OSS Index remote errors instead of failing completely. |   | | | \-\-ossIndexUrl | \ | Alternative URL for the OSS Index. If not set the public Sonatype OSS Index will be used. | https://ossindex.sonatype.org | -| | \-\-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. |   | +| | \-\-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. |   | | | \-\-disableCentralCache | | When the argument is present the Central Analyzer will not cache results locally. By default results are cached locally for 30 days. |   | | | \-\-centralUrl | | Alternative URL for Maven Central Search. If not set the public Sonatype Maven Central will be used. | https://search.maven.org/solrsearch/select | | | \-\-centralUsername | \ | 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. |   | | | \-\-centralPassword | \ | 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. |   | | | \-\-centralBearerToken | \ | 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. |   | | | \-\-enableNexus | | Sets whether the Nexus Analyzer will be used (requires Nexus v2 or Pro v3). You can configure the Nexus URL to utilize an internally hosted Nexus server. |   | -| | \-\-enableArtifactory | | Sets whether Artifactory analyzer will be used |   | +| | \-\-enableArtifactory | | Sets whether Artifactory analyzer will be used to enrich .jar dependencies. ** To use Artifactory, you will need to disable the central analyzer by adding the --disableCentral parameter. ** |   | | | \-\-artifactoryUrl | \ | The Artifactory server URL. |   | | | \-\-artifactoryUseProxy | \ | Whether Artifactory should be accessed through a proxy or not. | false | | | \-\-artifactoryParallelAnalysis | \ | Whether the Artifactory analyzer should be run in parallel or not | true | From 7663d22bf2f14d224f974f765e323efcbb25745e Mon Sep 17 00:00:00 2001 From: evgeniiworkst Date: Thu, 2 Oct 2025 15:13:12 +0300 Subject: [PATCH 2/3] Fix artifactory params description --- cli/src/site/markdown/arguments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/site/markdown/arguments.md b/cli/src/site/markdown/arguments.md index bfcb11f61ed..3451049b735 100644 --- a/cli/src/site/markdown/arguments.md +++ b/cli/src/site/markdown/arguments.md @@ -95,7 +95,7 @@ Advanced Options | | \-\-centralPassword | \ | 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. |   | | | \-\-centralBearerToken | \ | 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. |   | | | \-\-enableNexus | | Sets whether the Nexus Analyzer will be used (requires Nexus v2 or Pro v3). You can configure the Nexus URL to utilize an internally hosted Nexus server. |   | -| | \-\-enableArtifactory | | Sets whether Artifactory analyzer will be used to enrich .jar dependencies. ** To use Artifactory, you will need to disable the central analyzer by adding the --disableCentral parameter. ** |   | +| | \-\-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. ** |   | | | \-\-artifactoryUrl | \ | The Artifactory server URL. |   | | | \-\-artifactoryUseProxy | \ | Whether Artifactory should be accessed through a proxy or not. | false | | | \-\-artifactoryParallelAnalysis | \ | Whether the Artifactory analyzer should be run in parallel or not | true | From 023548e311f16c46f9a7f5cd53573f877c0bb880 Mon Sep 17 00:00:00 2001 From: evgeniiworkst Date: Thu, 2 Oct 2025 15:20:02 +0300 Subject: [PATCH 3/3] Update arguments.md --- cli/src/site/markdown/arguments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/site/markdown/arguments.md b/cli/src/site/markdown/arguments.md index 3451049b735..807bf13a19d 100644 --- a/cli/src/site/markdown/arguments.md +++ b/cli/src/site/markdown/arguments.md @@ -95,7 +95,7 @@ Advanced Options | | \-\-centralPassword | \ | 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. |   | | | \-\-centralBearerToken | \ | 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. |   | | | \-\-enableNexus | | Sets whether the Nexus Analyzer will be used (requires Nexus v2 or Pro v3). You can configure the Nexus URL to utilize an internally hosted Nexus server. |   | -| | \-\-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. ** |   | +| | \-\-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.** |   | | | \-\-artifactoryUrl | \ | The Artifactory server URL. |   | | | \-\-artifactoryUseProxy | \ | Whether Artifactory should be accessed through a proxy or not. | false | | | \-\-artifactoryParallelAnalysis | \ | Whether the Artifactory analyzer should be run in parallel or not | true |