Releases: dependency-check/azuredevops
6.3.0
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
- @sicil1ano made their first contribution in #181
Full Changelog: 6.2.4...6.3.0
6.2.4
What's Changed
- Updated Repository Links by @elysium-cmd in #178
New Contributors
- @elysium-cmd made their first contribution in #178
Full Changelog: 6.2.3...6.2.4
v6.2.3
v6.2.1
What's Changed
- Restore dependency check installer path by @pippolino in #159
Full Changelog: 6.2.0...6.2.1
v6.2.0
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
- @pippolino made their first contribution in #155
Full Changelog: 6.1.3...6.2.0
v6.1.3
v6.1.1
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
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
v5.6.0
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