Cinc Auditor
A free distribution of Chef InSpec for compliance and audit workflows. Profiles are 100% compatible.
Install
Using the install script
To install the latest 7.x of Cinc Auditor:
curl -L https://omnitruck.cinc.sh/install.sh | sudo bash -s -- -P cinc-auditor -v 7. { iwr -useb https://omnitruck.cinc.sh/install.ps1 } | iex; install -project cinc-auditor -version 7Using bundler
source "https://rubygems.cinc.sh" do
gem "cinc-auditor-bin"
endOr with plain rubygems:
gem install cinc-auditor-bin --clear-sources -s https://rubygems.cinc.sh -s https://rubygems.orgPlain packages
Packages for all supported platforms are at downloads.cinc.sh/files/stable/cinc-auditor/.
Container image
We publish a cincproject/auditor container image on Docker Hub — a drop-in replacement for chef/inspec, well-suited for CI pipelines. See Container images for tagging scheme and usage examples.
As part of Workstation
Cinc Auditor is also included in Cinc Workstation.
Profiles
Cinc Auditor profiles are 100% compatible with their upstream counterparts.
Usage
cinc-auditor and its associated tools are fully compatible with inspec. A wrapper named inspec is installed and redirects to cinc-auditor, so existing automation keeps working.
All upstream documentation and Chef classes apply.
#community-distros on the Chef Community Slack.