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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,8 @@ Advanced Options
86
86
||\-\-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. | |
87
87
||\-\-disableCentralCache || When the argument is present the Central Analyzer will not cache results locally. By default results are cached locally for 30 days. | |
88
88
||\-\-centralUrl || Alternative URL for Maven Central Search. If not set the public Sonatype Maven Central will be used. |https://search.maven.org/solrsearch/select|
89
+
||\-\-centralUsername || The username to authenticate to the alternative Maven Central url set by the 'centralUrl' argument. If not set it will use an unauthenticated connection. | |
90
+
||\-\-centralPassword || The password to authenticate to the alternative Maven Central url set by the 'centralUrl' argument. If not set it will use an unauthenticated connection. | |
89
91
||\-\-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. | |
90
92
||\-\-enableArtifactory || Sets whether Artifactory analyzer will be used | |
91
93
||\-\-artifactoryUrl |\<url\>| The Artifactory server URL. | |
0 commit comments