Integrate Your AssetsServers and EndpointsDeployment Automation
Chef Infra and Mondoo
Deploy cnspec across your infrastructure using Chef Infra to automate security scanning.
If you already use Chef Infra to manage your infrastructure, you can use it to deploy cnspec across your hosts. This lets you add security scanning to your existing Chef workflows without managing a separate deployment process.
import Partial from "./_automation-providers-note.mdx";
{" "}
Installing using Chef Infra
We publish an official mondoo cookbook on Chef Supermarket. You can use the cookbook in your own wrapper cookbooks or Chef Infra roles.
To apply the cookbook, set the Mondoo registration token:
default['cnspec']['registration_token'] = "changeme"Example: Apply a cookbook to an Amazon EC2 instance
- Spin up a new Linux instance on AWS
- Create the
runwrapper cookbook as documented in our example - Run
chef-run ssh://user@host ./run - View your instances' vulnerability status in the Mondoo Console