fix workflow: remove github dependency + duplicate scan
SonarQube Code Quality Scan / scan (push) Failing after 3s
SonarQube Code Quality Scan / scan (push) Failing after 3s
This commit is contained in:
@@ -40,7 +40,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
New-Item -Path $env:DC_OUTPUT -ItemType Directory -Force
|
New-Item -Path $env:DC_OUTPUT -ItemType Directory -Force
|
||||||
# 修正:移除参数前的空格,避免 PowerShell 语法错误
|
# 修正:移除参数前的空格,避免 PowerShell 语法错误
|
||||||
dependency-check.bat `
|
"D:\Paths\Gitea\dependency-check\bin\dependency-check.bat" `
|
||||||
--project "VectorDBDemo" `
|
--project "VectorDBDemo" `
|
||||||
--scan "." `
|
--scan "." `
|
||||||
--format "XML" `
|
--format "XML" `
|
||||||
|
|||||||
Reference in New Issue
Block a user