kics
kics copied to clipboard
feat(bicep): bicep support
Does KICS support Bicep?
The documentation of KICS lists a number of technologies which are supported by KICS. However, Bicep is not explicitly mentioned. You only link to the comparison between Bicep and JSON.
As a result, it is not clear to me whether Bicep is supported or not. Is Bicep supported?
Hi @Jeeppler ,
Thanks for your message! Currently, KICS do not support it but we are analyzing it internally to support it asap.
Hope this information clarifies your doubts.
@gabriel-cx thank you for the fast response.
We support it indirectly though scanning the ARM JSON template which can be created from a bicep file. We hope to support it directly to save this conversion.
The build command converts a Bicep file to an Azure Resource Manager template (ARM template). Typically, you don't need to run this command because it runs automatically when you deploy a Bicep file. Run it manually when you want to see the ARM template JSON that is created from your Bicep file.
Hi @Jeeppler,
Bicep will be supported on the next version.
@anterosilva1985 thanks for the information.