Xavier Mignot

Results 4 comments of Xavier Mignot

Hello, I'm having the same issue testing checkov on my Bicep repos as I have just heard about Bicep support by Checkov. I have started using user-defined types since it...

Thanks @gruebel, that's great ! I guess it's a pretty hard feature to implement as every tool I have used breaks once my code uses custom data types (even Template...

Hello, I'm facing the same issue. It would be great if we had a way to specify the deployment name. Currently if I have several projects using `azd` in the...

For the record, and for anyone having the same issue, I found a workaround by adding the setting `SCM_DO_BUILD_DURING_DEPLOYMENT` with the value `False` explicitely in my Bicep code. I found...