Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bicep): bicep support #6824

Closed
Jeeppler opened this issue Dec 6, 2023 · 5 comments · Fixed by #6980
Closed

feat(bicep): bicep support #6824

Jeeppler opened this issue Dec 6, 2023 · 5 comments · Fixed by #6980
Labels
azure PR related with Azure Cloud community Community contribution feature request Community: new feature request

Comments

@Jeeppler
Copy link
Contributor

Jeeppler commented Dec 6, 2023

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 Jeeppler added community Community contribution feature request Community: new feature request labels Dec 6, 2023
@github-actions github-actions bot added azure PR related with Azure Cloud and removed feature request Community: new feature request labels Dec 6, 2023
@gabriel-cx gabriel-cx added the feature request Community: new feature request label Dec 6, 2023
@gabriel-cx
Copy link
Collaborator

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.

@Jeeppler
Copy link
Contributor Author

Jeeppler commented Dec 6, 2023

@gabriel-cx thank you for the fast response.

@kaplanlior
Copy link
Member

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 kaplanlior changed the title Bicep supported? feature(bicep): Bicep support Dec 11, 2023
@kaplanlior kaplanlior changed the title feature(bicep): Bicep support feat(bicep): Bicep support Dec 11, 2023
@kaplanlior kaplanlior changed the title feat(bicep): Bicep support feat(bicep): bicep support Dec 11, 2023
@anterosilva1985
Copy link
Contributor

Hi @Jeeppler,

Bicep will be supported on the next version.

@Jeeppler
Copy link
Contributor Author

@anterosilva1985 thanks for the information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
azure PR related with Azure Cloud community Community contribution feature request Community: new feature request
Projects
None yet
4 participants