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

This commit is contained in:
ShaoHua
2025-12-05 16:57:41 +08:00
parent 83f5cb929b
commit 28ef091731

View File

@@ -11,8 +11,8 @@ jobs:
runs-on: windows-latest
env:
PROXY_HOST: 127.0.0.1
PROXY_PORT: 7890
# PROXY_HOST: 127.0.0.1
# PROXY_PORT: 7890
DC_VERSION: 11.0.0
DC_OUTPUT: ./depcheck
@@ -31,8 +31,8 @@ jobs:
- name: Run OWASP Dependency Check
env:
HTTP_PROXY: http://127.0.0.1:7890
HTTPS_PROXY: http://127.0.0.1:7890
# HTTP_PROXY: http://127.0.0.1:7890
# HTTPS_PROXY: http://127.0.0.1:7890
run: |
New-Item -Path $env:DC_OUTPUT -ItemType Directory -Force
& "D:\Paths\Gitea\dependency-check\bin\dependency-check.bat" `