Sha256: 0b25500deeb9c88bb97c1c7a28e947419835493896c7784616ae4a3d4c53ddc8
Contents?: true
Size: 676 Bytes
Versions: 14
Compression:
Stored size: 676 Bytes
Contents
# compliance This directory contains Chef InSpec profile, waiver and input objects which are used with the Chef Infra Compliance Phase. Detailed information on the Chef Infra Compliance Phase can be found in the [Chef Documentation](https://docs.chef.io/chef_compliance_phase/). ```plain ./compliance ├── inputs ├── profiles └── waivers ``` Use the `chef generate` command from Chef Workstation to create content for these directories: ```sh # Generate a Chef InSpec profile chef generate profile PROFILE_NAME # Generate a Chef InSpec waiver file chef generate waiver WAIVER_NAME # Generate a Chef InSpec input file chef generate input INPUT_NAME ```
Version data entries
14 entries across 14 versions & 1 rubygems