raphabot / cloud-conformity-vscode-extension

This extension has a really simple feature: a preventative measure to ensure your AWS infrastructure remains compliant by detecting risks in template files before they are launched into AWS.
MIT License
9 stars 4 forks source link

Azure Integration #18

Open j-wiesmann opened 2 years ago

j-wiesmann commented 2 years ago

Hi Raphael, Wonder if you have this extension to work with Azure or even better Multi/Hybrid, Thank you Jürg

felipecosta09 commented 2 years ago

hey @j-wiesmann, this integration scans cloud formation (For AWS) and Terraform (For multicloud). For Terraform, is required to execute the terraform init as an additional step to be able to scan templates. For more info check the Documentation

j-wiesmann commented 2 years ago

hey @j-wiesmann, this integration scans cloud formation (For AWS) and Terraform (For multicloud). For Terraform, is required to execute the terraform init as an additional step to be able to scan templates. For more info check the Documentation

Thank you Felipe, I do not read anything that this would be Azure Ready. So how do I integrate Cloud conformity Template Scanner into the CI-CD Pipeline. ?

raphabot commented 2 years ago

If you are using GitHub Actions, you can use this: https://github.com/marketplace/actions/cloud-one-conformity-pipeline-scanner

In case you aren't, if you check the original repo for the Action here, you'll find an example how to run the checker outside of Actions.