什么是 Sonarqube dotnet SONAR_SCANNER_OPTS 等价物?

Posted

技术标签:

【中文标题】什么是 Sonarqube dotnet SONAR_SCANNER_OPTS 等价物?【英文标题】:What is the Sonarqube dotnet SONAR_SCANNER_OPTS equivalent? 【发布时间】:2021-11-29 20:33:19 【问题描述】:

我们有以下场景:使用 sonarqube 在 Windows 10 中扫描两个项目。

    要使用声纳扫描仪 cli(Java 版)扫描的项目 要使用声纳扫描仪dotnet(dotnet全球工具版)扫描的项目

sonarqube 服务器是安全的,这意味着我们必须使用正确的证书 (.pfx/.pkcs12)。

在 cli 版本 (Java) 中,设置非常简单,只需设置环境变量:

SONAR_SCANNER_OPTS = -Djavax.net.ssl.keyStore=cert.pfx -Djavax.net.ssl.keyStorePassword=mypass

但是,在 dotnet 版本中,这不起作用。我们如何设置证书以与 sonarscanner dotnet 全局工具一起使用?

提前致谢。

【问题讨论】:

【参考方案1】:

在源代码中找到它。只需传递此参数

sonar.clientcert.path sonar.clientcert.password
... /d:sonar.clientcert.path="CERTPATH" /d:sonar.clientcert.password="CERTPASS"

【讨论】:

以上是关于什么是 Sonarqube dotnet SONAR_SCANNER_OPTS 等价物?的主要内容,如果未能解决你的问题,请参考以下文章

SonarQube代码覆盖率的增量分析

Sonarqube 扫描仪错误 DirectoryNotEmptyException

SonarQube 没有从 lcov 读取 javascript 测试覆盖率

Sonarqube6.7缺少'import unknown files'选项

SonarQube 正在使用 pom.xml 并忽略 sonar-project.properties 文件

SonarQube 7.9.1 无法扫描通过 Jenkins 运行的 .net 项目的 .cs 和 sql 文件