fix workflow: remove github dependency + duplicate scan
Some checks failed
SonarQube Code Quality Scan / scan (push) Failing after 18s
Some checks failed
SonarQube Code Quality Scan / scan (push) Failing after 18s
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user