You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support AzSKARMTemplateChecker task on Ubuntu agent
Description
The Secure DevOps Kit (AzSK) CICD Extensions for Azure documentation does not explicitly require that it is run on a Windows agent, however attempting to run on ubuntu-latest results in an error.
We have been able to manually run the Get-AzSKARMTemplateSecurityStatus cmdlet on ubuntu-latest so I'm not sure why the extension is Windows only.
Steps to reproduce
Create a AzSKARMTemplateChecker to run on a ubuntu agent (microsoft-hosted)
2020-06-05T07:10:37.0356854Z ##[section]Starting: AzSKARMTemplateChecker
2020-06-05T07:10:37.0364519Z ==============================================================================
2020-06-05T07:10:37.0364898Z Task : AzSK ARM Template Checker
2020-06-05T07:10:37.0365221Z Description : Scan ARM templates for security issues using AzSK.
2020-06-05T07:10:37.0365516Z Version : 4.0.3
2020-06-05T07:10:37.0365761Z Author : Microsoft Corporation
2020-06-05T07:10:37.0366105Z Help : [More Information](http://aka.ms/azskossdocs)
2020-06-05T07:10:37.0366467Z ==============================================================================
2020-06-05T07:10:37.0517333Z ##[error]The current operating system is not capable of running this task. That typically means the task was written for Windows only. For example, written for Windows Desktop PowerShell.
2020-06-05T07:10:37.0531160Z ##[section]Finishing: AzSKARMTemplateChecker
The text was updated successfully, but these errors were encountered:
Title
Support AzSKARMTemplateChecker task on Ubuntu agent
Description
The Secure DevOps Kit (AzSK) CICD Extensions for Azure documentation does not explicitly require that it is run on a Windows agent, however attempting to run on ubuntu-latest results in an error.
We have been able to manually run the Get-AzSKARMTemplateSecurityStatus cmdlet on ubuntu-latest so I'm not sure why the extension is Windows only.
Steps to reproduce
Create a AzSKARMTemplateChecker to run on a ubuntu agent (microsoft-hosted)
Expected behavior
Expected the task to run successfully.
Actual behavior
The text was updated successfully, but these errors were encountered: