generate_inspec_from_recipe
Convert Chef recipes to InSpec controls for security and compliance testing. This tool automates the generation of infrastructure validation code from existing configuration files.
Instructions
Generate InSpec controls from a Chef recipe.
Args: recipe_path: Path to Chef recipe file.
Returns: InSpec control code or error message.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipe_path | Yes |