2
votes

Am working on ARM Templates,Azure DevOps CI & CD and Secure DevOps Kit for Azure(AzSK). In my organisation, I created a build pipeline for scanning Virtual Machine ARM Template with the help of AzSK ARM Template Checker. Here, am facing some issue like "after the build triggered, at the time of scanning "Its skipping the checking Virtual Machine ARM Template and giving No controls have been evaluated for file" output through Excel File,logs. Can you please suggest me to "How to overcome this issue?"

I followed the link

enter image description here

Update-1

I think according to the document, there is no ARM Checker scanning for the Virtual Machine and it is for only few resource templates only. Is it true and got this point from the Link-1

enter image description here

1
probably means it cannot check anything in the template?4c74356b41
@4c74356b41 Thank you for your reply. In that case, how to check/scan my ARM Template with the help of AzSK DevOps KitMani
@4c74356b41 Please, once see the updated questionMani

1 Answers

0
votes

I have the same problem as you. So if I'am correct and you click on the "ARM template for reference are available here" you can see the resources of arm templates that will be checked and there you can see virtual machine in the list. But like my problem for the keyvault it still gives the same error. probably because the apiVersion is not updated. I hope you find a solution for your problem and you are willingly to share it.