dependency-check / azuredevops

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

Check installed version of Dependency-Check before fetch new one #67

Open alaincroisetiere opened 3 years ago

alaincroisetiere commented 3 years ago

Stop fetching OWASP Dependency-Check from GitHub at each build when version parameter is specified to improve performance and reduce unnecessary network traffic.

JoostVoskuil commented 2 years ago

It would be awesome to place the CLI in the tool cache of the agent. Prior to the scan update the data. I can pick this up in the next month or so

ejohn20 commented 2 years ago

Does this increase the size of the vsix file? We ran into issues with this prior because the size exceed the default maximum size.

JoostVoskuil commented 2 years ago

Not at all. You don't package the cli with the extension

pippolino commented 7 months ago

The "localInstallPath" parameter can be used for on-premise build agents