diff --git a/dependency-check-ant/src/site/markdown/configuration.md b/dependency-check-ant/src/site/markdown/configuration.md index b73d81160..bb7997a0b 100644 --- a/dependency-check-ant/src/site/markdown/configuration.md +++ b/dependency-check-ant/src/site/markdown/configuration.md @@ -52,7 +52,7 @@ archiveAnalyzerEnabled | Sets whether the Archive Analyzer will be used. zipExtensions | A comma-separated list of additional file extensions to be treated like a ZIP file, the contents will be extracted and analyzed. |   jarAnalyzer | Sets whether Jar Analyzer will be used. | true nexusAnalyzerEnabled | Sets whether Nexus Analyzer will be used. | true -nexusUrl | Defines the Nexus URL. | http://repository.sonatype.org/service/local/ +nexusUrl | Defines the Nexus URL. | https://repository.sonatype.org/service/local/ nexusUsesProxy | Whether or not the defined proxy should be used when connecting to Nexus. | true nuspecAnalyzerEnabled | Sets whether or not the .NET Nuget Nuspec Analyzer will be used. | true assemblyAnalyzerEnabled | Sets whether or not the .NET Assembly Analyzer should be used. | true diff --git a/dependency-check-cli/src/site/markdown/arguments.md b/dependency-check-cli/src/site/markdown/arguments.md index d15ecbc61..98d3c9348 100644 --- a/dependency-check-cli/src/site/markdown/arguments.md +++ b/dependency-check-cli/src/site/markdown/arguments.md @@ -25,7 +25,7 @@ Short | Argument Name | Parameter | Description | Default Value | \-\-disableJar | | Sets whether Jar Analyzer will be used. | false | \-\-disableNexus | | Sets whether Nexus Analyzer will be used. | false | \-\-disableNexus | | Disable the Nexus Analyzer. |   - | \-\-nexus | \ | The url to the Nexus Server. | http://repository.sonatype.org/service/local/ + | \-\-nexus | \ | The url to the Nexus Server. | https://repository.sonatype.org/service/local/ | \-\-nexusUsesProxy | \ | Whether or not the defined proxy should be used when connecting to Nexus. | true | \-\-disableNuspec | | Sets whether or not the .NET Nuget Nuspec Analyzer will be used. | false | \-\-disableAssembly | | Sets whether or not the .NET Assembly Analyzer should be used. | false diff --git a/dependency-check-maven/src/site/markdown/configuration.md b/dependency-check-maven/src/site/markdown/configuration.md index b722e1fa9..01ee1edb6 100644 --- a/dependency-check-maven/src/site/markdown/configuration.md +++ b/dependency-check-maven/src/site/markdown/configuration.md @@ -29,7 +29,7 @@ archiveAnalyzerEnabled | Sets whether the Archive Analyzer will be used. zipExtensions | A comma-separated list of additional file extensions to be treated like a ZIP file, the contents will be extracted and analyzed. |   jarAnalyzer | Sets whether Jar Analyzer will be used. | true nexusAnalyzerEnabled | Sets whether Nexus Analyzer will be used. | true -nexusUrl | Defines the Nexus URL. | http://repository.sonatype.org/service/local/ +nexusUrl | Defines the Nexus URL. | https://repository.sonatype.org/service/local/ nexusUsesProxy | Whether or not the defined proxy should be used when connecting to Nexus. | true nuspecAnalyzerEnabled | Sets whether or not the .NET Nuget Nuspec Analyzer will be used. | true assemblyAnalyzerEnabled | Sets whether or not the .NET Assembly Analyzer should be used. | true