This repository has been archived on 2025-02-14. You can view files and clone it, but cannot push or open issues or pull requests.
esh/esh_nitter/compliance
2025-02-15 01:05:58 +09:00
..
README.md Archive abandoned project 2025-02-15 01:05:58 +09:00

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.

./compliance
├── inputs
├── profiles
└── waivers

Use the chef generate command from Chef Workstation to create content for these directories:

# 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