Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⭐️ new
cnspec integrate
experimental command (#1469)
This is an **EXPERIMENTAL** command. Our first iteration of an automated way to create integrations in the Mondoo platform. ✨ The first integration we are enabling is Azure, to do so, the user can run: ``` cnspec integrate azure ``` The flow to create an integration is: * Verify we have access to the Mondoo platform * Verify we can access Azure * Detect subscriptions to integrate * More validation like, integration name, etc. * Generation of automation code * Write code to disk * Run automation code with confirmation from user Additional changes: * 🧹 fix extended linter issues * ✨ tfgen support for data sources * 🧹 add missing depends_on ad role assignment * 🎉 load space from config --------- Signed-off-by: Salim Afiune Maya <afiune@mondoo.com>
- Loading branch information