Skip to content

Commit

Permalink
⭐️ new cnspec integrate experimental command
Browse files Browse the repository at this point in the history
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 --space <the_space_to_create_the_integration>
```

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

Signed-off-by: Salim Afiune Maya <[email protected]>
  • Loading branch information
afiune committed Nov 4, 2024
1 parent 659c34f commit a6d4373
Showing 1 changed file with 821 additions and 0 deletions.
Loading

0 comments on commit a6d4373

Please sign in to comment.