Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency-Check crashes when adding dataMirror URL #95

Open
PascalTurbo opened this issue Jan 13, 2022 · 0 comments
Open

Dependency-Check crashes when adding dataMirror URL #95

PascalTurbo opened this issue Jan 13, 2022 · 0 comments

Comments

@PascalTurbo
Copy link

Hi There,

We're having a local data mirror which works great with mvn analyzer. Now I'm working with the dependency-check-build-task but it crashes after adding dataMirror URL.

  - task: dependency-check-build-task@6
    inputs:
      projectName: "Frontend"
      scanPath: "$(Build.Repository.LocalPath)/**/*"
      format: "HTML, JSON, JUNIT"
      additionalArguments: "--disableYarnAudit --nodeAuditSkipDevDependencies --nodePackageSkipDevDependencies
     dataMirror: 'http://1.2.3.4"'
Downloading Dependency Check data cache archive...
Downloading ZIP from "http://1.2.3.4"...
EISDIR: illegal operation on a directory, open '/opt/build-agent/_work/_tasks/dependency-check-build-task_47ea1f4a-57ba-414a-b12e-c44f42765e72/6.0.4'
##[error]EISDIR: illegal operation on a directory, open '/opt/build-agent/_work/_tasks/dependency-check-build-task_47ea1f4a-57ba-414a-b12e-c44f42765e72/6.0.4'
##[error]Unhandled error condition detected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant