diff --git a/.gitea/workflows/sonar-scan.yml b/.gitea/workflows/sonar-scan.yml index 3e2c4d2..ca651a9 100644 --- a/.gitea/workflows/sonar-scan.yml +++ b/.gitea/workflows/sonar-scan.yml @@ -40,7 +40,7 @@ jobs: run: | New-Item -Path $env:DC_OUTPUT -ItemType Directory -Force # 修正:移除参数前的空格,避免 PowerShell 语法错误 - dependency-check.bat ` + "D:\Paths\Gitea\dependency-check\bin\dependency-check.bat" ` --project "VectorDBDemo" ` --scan "." ` --format "XML" `