Releases: microsoft/security-devops-azdevops
Releases · microsoft/security-devops-azdevops
v1.11.0
v1.10.0
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
- Adds pre-job and post-job commands, initially targeting container scanning injection
v1.7.2 - node10 backwards compatibility fix
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
- 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
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.