fix workflow: remove github dependency + duplicate scan
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
+4 -4
View File
@@ -11,8 +11,8 @@ jobs:
runs-on: windows-latest runs-on: windows-latest
env: env:
PROXY_HOST: 127.0.0.1 # PROXY_HOST: 127.0.0.1
PROXY_PORT: 7890 # PROXY_PORT: 7890
DC_VERSION: 11.0.0 DC_VERSION: 11.0.0
DC_OUTPUT: ./depcheck DC_OUTPUT: ./depcheck
@@ -31,8 +31,8 @@ jobs:
- name: Run OWASP Dependency Check - name: Run OWASP Dependency Check
env: env:
HTTP_PROXY: http://127.0.0.1:7890 # HTTP_PROXY: http://127.0.0.1:7890
HTTPS_PROXY: http://127.0.0.1:7890 # HTTPS_PROXY: http://127.0.0.1:7890
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" `