Skip to content

Releases: dependency-check/azuredevops

6.3.0

30 Sep 12:00
8cc105b

Choose a tag to compare

What's Changed

  • Added support for new Node.js versions to resolve warning shown during execution of extension task. by @sicil1ano in #181

New Contributors

Full Changelog: 6.2.4...6.3.0

6.2.4

22 Sep 05:46
f16c811

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.2.3...6.2.4

v6.2.3

10 Apr 14:33
6dc8fe4

Choose a tag to compare

What's Changed

  • hotfix data folder location #158
  • hotfix not dependency check installer #161

v6.2.1

10 Apr 09:00
7db2124

Choose a tag to compare

What's Changed

Full Changelog: 6.2.0...6.2.1

v6.2.0

07 Apr 08:11
e9619bd

Choose a tag to compare

What's Changed

  • Add Azure DevOps pipeline yaml code by @pippolino in #155
  • Add support to Node10 and Node16 #91
  • Merged changes from #93
  • Publishing sarif reports to codeAnalysisLogs #103
  • Add NVD API Key as a Task parameter #146
  • Mask sensistive parameters on log #146

New Contributors

Full Changelog: 6.1.3...6.2.0

v6.1.3

15 Dec 08:56
9f98209

Choose a tag to compare

What's Changed

  • Allow for custom JAVA_OPTS Environment Variable by @Saturate in #145

New Contributors

Full Changelog: 6.1.1...6.1.3

v6.1.1

19 Jan 03:22
c4e46d0

Choose a tag to compare

What's Changed

  • Support multiple paths for parameter scanPath by @HaGGi13 in #107
  • Bump path-parse from 1.0.6 to 1.0.7 in /src/Tasks/dependency-check-build-task by @dependabot in #88
  • Bump i from 0.3.6 to 0.3.7 by @dependabot in #89
  • Match new CVSS score failure exit code on Dependency-Check v8 or higher by @guidojw in #116
  • v6.1 by @ejohn20 in #118

New Contributors

Full Changelog: 6.0.4...6.1.1

v6.0.4

18 May 14:40
ec3d0e5

Choose a tag to compare

Minor update with:

  • reportFileName parameter for controlling generated report name
  • Mac OS agent support
  • Dependabot package updates.
  • Retry on failed downloads of installer package
  • Set the return code to the proper value
  • Options for fail on cvss warning
  • Additional logging and debugging

Details: #82

v6.0.0

14 Mar 15:12
828531d

Choose a tag to compare

Conversion from PowerShell to TypeScript extension for cross-platform build agent support (Windows, Linux)

v5.6.0

29 Sep 16:15
17bfac3

Choose a tag to compare

Hotfix release addresses several issues related to downloading the dependency check installer on the fly. Also includes additional configuration options for supporting on-prem build agents.

  • Issue #47: Convert installer download from bintray to github release endpoint for the auto-install on cloud-hosted agents.

  • Issue #45: Option to specify a local installer location and override the auto-install download on cloud-hosted agents.

  • Issue #42: Option to override the default report output location.

  • Issue #49: Option to specify the dependency check version for the auto-install download on cloud-hosted agents.

PR #50