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
|
- name: Run OWASP Dependency Check
|
||||||
run: |
|
run: |
|
||||||
New-Item -Path $env:DC_OUTPUT -ItemType Directory -Force
|
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" `
|
--project "VectorDBDemo" `
|
||||||
--scan "." `
|
--scan "." `
|
||||||
--format "XML" `
|
--format "XML" `
|
||||||
@@ -41,6 +41,8 @@ jobs:
|
|||||||
-Dproxy.port=$env:PROXY_PORT `
|
-Dproxy.port=$env:PROXY_PORT `
|
||||||
-DconnectionTimeout=30000 `
|
-DconnectionTimeout=30000 `
|
||||||
-DreadTimeout=30000
|
-DreadTimeout=30000
|
||||||
|
shell: pwsh
|
||||||
|
|
||||||
|
|
||||||
- name: Build .NET Project
|
- name: Build .NET Project
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user