microsoft / security-devops-azdevops

Microsoft Security DevOps extension for Azure DevOps.
MIT License
59 stars 14 forks source link

Removed old node6 task declaration to work around ADO 'block node6' bug #108

Closed reynoldsa closed 3 months ago

reynoldsa commented 3 months ago

By declaring the extension able to run on the default node, ADO was detecting our task as being one that used node6, because that was technically available as a fallback. We've removed this, and the extension runs again with the node6 restriction enabled.

Closes #44