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