kics icon indicating copy to clipboard operation
kics copied to clipboard

feat(bicep): bicep support

Open Jeeppler opened this issue 1 year ago • 3 comments
trafficstars

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?

Jeeppler avatar Dec 06 '23 09:12 Jeeppler

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 avatar Dec 06 '23 15:12 gabriel-cx

@gabriel-cx thank you for the fast response.

Jeeppler avatar Dec 06 '23 15:12 Jeeppler

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.

kaplanlior avatar Dec 11 '23 08:12 kaplanlior

Hi @Jeeppler,

Bicep will be supported on the next version.

cx-antero-silva avatar May 15 '24 11:05 cx-antero-silva

@anterosilva1985 thanks for the information.

Jeeppler avatar May 17 '24 16:05 Jeeppler