Closed as not planned
Description
Describe the bug
Error "fetch failed" when using proxy on a self-hosted runner with a proxy with least privelege network access, and these domains are allowed:
- api.deps.dev
- api.securityscorecards.dev
2024-08-16T06:36:11.3271510Z Dependency review did not detect any denied packages
2024-08-16T06:36:31.3476555Z ##[error]fetch failed
To Reproduce
Steps to reproduce the behavior:
- Set up a self-hosted runner with least privelege network access
- name: Dependency Review
uses: actions/dependency-review-action@v4
with:
fail-on-severity: low
license-check: false
- Allow the domains above
- Run dependency-review such that it triggers calls to these domains
- See the error
Expected behavior
It should be all good!
Action version
v4.3.4