dependency-check / azuredevops

Dependency Check Azure DevOps Extension
Apache License 2.0
47 stars 25 forks source link

Support multiple versions on the same Azure DevOps Build Agent #105

Open PascalTurbo opened 2 years ago

PascalTurbo commented 2 years ago

At the moment you can not use multiple Versions of DependencyCheck using Azure DevOps on the same host because all versions are using the same database that might not be compatible (like the step from v6.x to v7.x).

When using DependencyCheck on a shared Build Agent, every project using this agent must upgrade dependency check version at the same time. It would be better that every version uses its own cache so each project can decide whether or not to upgrade the version