fix workflow: remove github dependency + duplicate scan
Some checks failed
SonarQube Code Quality Scan / scan (push) Failing after 18s

This commit is contained in:
ShaoHua
2025-12-05 16:49:01 +08:00
parent 8a50d50445
commit 16d2fa6487

View File

@@ -32,7 +32,7 @@ jobs:
- name: Run OWASP Dependency Check
run: |
New-Item -Path $env:DC_OUTPUT -ItemType Directory -Force
"D:\Paths\Gitea\dependency-check\bin\dependency-check.bat" `
& "D:\Paths\Gitea\dependency-check\bin\dependency-check.bat" `
--project "VectorDBDemo" `
--scan "." `
--format "XML" `
@@ -41,6 +41,8 @@ jobs:
-Dproxy.port=$env:PROXY_PORT `
-DconnectionTimeout=30000 `
-DreadTimeout=30000
shell: pwsh
- name: Build .NET Project
run: |