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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,8 +79,8 @@ Advanced Options
79
79
||\-\-disableDart || Sets whether the [experimental](../analyzers/index.html) Dart Analyzer will be disabled. | |
80
80
||\-\-disableOssIndex || Sets whether the [OSS Index Analyzer](../analyzers/oss-index-analyzer.html) will be disabled. This analyzer requires an internet connection. | |
81
81
||\-\-disableOssIndexCache || When the argument is present the OSS Index Analyzer will not cache results. By default results are cached for 24 hours. | |
82
-
||\-\-ossIndexUsername |\<username\>|The optional username to connect to Sonatype's OSS Index. | |
83
-
||\-\-ossIndexPassword |\<password\>|The optional password to connect to Sonatype's OSS Index. | |
82
+
||\-\-ossIndexUsername |\<username\>|To authenticate Sonatype OSS Index requests and profit from higher rate limits, provide the OSS account email address as username. Provide both a username _and_ a password (see below) or none.| |
83
+
||\-\-ossIndexPassword |\<password\>|Password or API token to connect to Sonatype's OSS Index. Provide both a username (see above) _and_ a password or none.| |
84
84
||\-\-ossIndexRemoteErrorWarnOnly |\<true\|false\>| Whether we should only warn about Sonatype OSS Index remote errors instead of failing completely. | |
85
85
||\-\-ossIndexUrl |\<url\>| Alternative URL for the OSS Index. If not set the public Sonatype OSS Index will be used. |https://ossindex.sonatype.org|
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. | |
@@ -124,7 +124,7 @@ Advanced Options
124
124
||\-\-dbDriverPath |\<path\>| The path to the database driver; note, this does not need to be set unless the JAR is outside of the class path. | |
125
125
||\-\-dbPassword |\<password\>| The password for connecting to the database. | |
126
126
||\-\-dbUser |\<user\>| The username used to connect to the database. | |
127
-
|\-d |\-\-data |\<path\>| The location of the data directory used to store persistent data. | /usr/local/var/dependencycheck if installed through brew (→ [formula](https://github.com/Homebrew/homebrew-core/blob/master/Formula/d/dependency-check.rb#L29)). Otherwise, the data directory is created inside the install directory i.e. as a sibling to the `<install-dir>/bin`, `<install-dir>/lib` directories. |
127
+
|\-d |\-\-data |\<path\>| The location of the data directory used to store persistent data. | /usr/local/var/dependencycheck if installed through brew (→ [formula](https://github.com/Homebrew/homebrew-core/blob/master/Formula/d/dependency-check.rb#L29)). Otherwise, the data directory is created inside the install directory i.e. as a sibling to the `<install-dir>/bin`, `<install-dir>/lib` directories. |
128
128
||\-\-purge || Delete the local copy of the NVD. This is used to force a refresh of the data. | |
129
129
||\-\-disableHostedSuppressions || Whether the usage of the hosted suppressions file will be disabled. | false |
130
130
||\-\-hostedSuppressionsForceUpdate || Whether the hosted suppressions file will update regardless of the `noupdate` argument. | false |
0 commit comments