Run the template analyzer in a YAML devops pipeline #301
-
First of all, great tool you are building! 👍🏻 I am looking to include the template-analyzer as a proof of concept into my Azure YAML DevOps pipelines. I am currently using the ARM TTK tool but always looking to improve or extend the validation of my templates. Any guidance on how to run this from an Azure DevOps YAML pipeline? Is this already supported? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The Microsoft Security DevOps extension should allow you to change most of the TemplateAnalyzer settings. We are currently working on updating the official public documentation (https://learn.microsoft.com/en-us/azure/defender-for-cloud/azure-devops-extension), but until that's improved you can see the options here: https://github.com/microsoft/security-devops-action/wiki#templateanalyzer-options We still don't have a strict release policy, but until now every time we release a new version of the tool we update it there, and we plan to do the same soon. The latest changes should be available there by around November 16 Besides that, we don't have plans to create an extension for this tool by itself |
Beta Was this translation helpful? Give feedback.
The Microsoft Security DevOps extension should allow you to change most of the TemplateAnalyzer settings. We are currently working on updating the official public documentation (https://learn.microsoft.com/en-us/azure/defender-for-cloud/azure-devops-extension), but until that's improved you can see the options here: https://github.com/microsoft/security-devops-action/wiki#templateanalyzer-options
We still don't have a strict release policy, but until now every time we release a new version of the tool we update it there, and we plan to do the same soon. The latest changes should be available there by around November 16
Besides that, we don't have plans to create an extension for this tool…