microsoft / security-devops-azdevops

Microsoft Security DevOps extension for Azure DevOps.
MIT License
60 stars 16 forks source link

Release v1.7.0 #34

Closed davidknise closed 1 year ago

davidknise commented 1 year ago

Node16 launchers Automatic rollbacks in builds

JanneRantala commented 1 year ago

Hi @davidknise! Does this fix issue in Azure pipelines when organisation has disabled Node 6 tasks? Running current version of MicrosoftSecurityDevOps ends with this error

"The pipeline is not valid. Job Job: Step 'MicrosoftSecurityDevOps' references task 'MicrosoftSecurityDevOps' at version '1.6.0' contains an execution handler that relies on NodeJS version '6' which is restricted by your administrator."

dotpaul commented 1 year ago

@JanneRantala I suspect it will as newer ADO libraries are used

davidknise commented 1 year ago

@JanneRantala yes it should, as it's adding the node16 handler. Please let me know if you continue to see it after today's release.

JanneRantala commented 1 year ago

@davidknise @dotpaul still getting the same error with version 1.7.1

The pipeline is not valid. Job Job: Step 'MicrosoftSecurityDevOps' references task 'MicrosoftSecurityDevOps' at version '1.7.1' contains an execution handler that relies on NodeJS version '6' which is restricted by your administrator.