Skip to content

Releases: microsoft/security-devops-azdevops

v1.11.0

08 Dec 21:47
bd961d3
Compare
Choose a tag to compare

Fixed

  • When running the post-job command, if the start time is not set, it is defaulted to the last 10 seconds.

v1.10.0

31 Oct 19:13
6b48954
Compare
Choose a tag to compare

Adds a backwards compatibility check for the --export-breaking-results-to-file which going forward still exists, with corrected behavior, and will use --export-file instead.

v1.8.0

03 Aug 19:37
ed67861
Compare
Choose a tag to compare
  • Adds pre-job and post-job commands, initially targeting container scanning injection

v1.7.2 - node10 backwards compatibility fix

22 Jun 21:15
98410ce
Compare
Choose a tag to compare

v1.7.2 - 06/22/2023

Fixed

  • Added try-catch best effort for gzip json response decompression from nuget.org
  • Compile with nodenext moduleResolution so it implements a Promise resolver intead of yield on dynamic module resolution (node v13.2+)
    • Resolves node and node10 task runners

v1.7.1

15 Jun 22:17
b77e16a
Compare
Choose a tag to compare
  • Updated the readme's to reflect that the dotnet dependency has been eliminated!
  • Fixed the groupName on the build task, hiding Advanced features by default
  • Added to the helpMarkDown of artifactName that "CodeAnalysisLogs" is required for Defender for DevOps integration

v1.7.0 - standalone execution w/o dependencies

15 Jun 18:54
b810b99
Compare
Choose a tag to compare

The previous versions of the Microsoft Security DevOps build task required dotnet to be installed. With this update, standalone executable versions of the CLI are installed and a javascript nuget client installs the package instead of dotnet restore. This drastically reduces build times as well as complexity during setup.