1. Images & Charts
  2. cinc-auditor
cinc-auditor

cinc-auditor

Utils
Updated yesterday

Cinc Auditor Overview

Secure your stack with a hardened Cinc Auditor image freshly-built by Minimus. Minimus images always include the most up-to-date package version for all packages and dependencies contained in the image.


Cinc Auditor is a distribution of Chef InSpec for compliance and audit workflows that is compatible with InSpec Profiles, letting you validate the state of your infrastructure, containers, and cloud resources against your compliance requirements.


Try It Out

For a quick test, print the help menu:

docker run --rm reg.mini.dev/cinc-auditor

Step 1 - Download a sample InSpec profile

Clone a sample compliance profile, such as the DevSec Linux Baseline:

git clone https://github.com/dev-sec/linux-baseline.git

Step 2 - Run the profile against the container

Mount the profile into the container's /share working directory and execute it:

docker run --rm \
  -v "$(pwd)/linux-baseline:/share/linux-baseline" \
  reg.mini.dev/cinc-auditor exec /share/linux-baseline

Cinc Auditor prints a pass/fail summary for each control in the profile.

Profile:   DevSec Linux Security Baseline (linux-baseline)
Version:   2.10.0
Target:    local://
Target ID: 00000000-0000-0000-0000-000000000000

  ✔  os-01: Trusted hosts login
     ✔  File /etc/hosts.equiv is expected not to exist
...

Profile Summary: 9 successful controls, 1 control failure, 45 controls skipped
Test Summary: 32 successful, 7 failures, 47 skipped

Technical Considerations

The Cinc Auditor image provided by Minimus is a slim, security-hardened alternative to the public image. The images are largely interchangeable, with a few differences as noted below.

Cinc Auditor built by Minimus:

  1. Runs as root to support required functions in alignment with the public image.
  2. Drill down on the version specification tab to see the default user, listening ports, entrypoint, volumes, environment variables, etc.

The Payoff

A hardened, minimal image that will remain more secure for the long run and accrue vulnerabilities at a slower rate.


Terms & Info

Trademark

This catalog is published by Minimus. All product names, logos, and marks, other than those belonging to Minimus, shown are owned by their respective rights holders and appear here only to identify the open source software each image contains. Minimus claims no ownership of those marks and implies no affiliation with, endorsement by, certification by, or sponsorship by any rights holder.

Disclaimer

Images are provided "as-is" without warranty of any kind. "Hardened" refers to the security configuration applied at the time of build and does not constitute a guarantee of ongoing security or absence of vulnerabilities. The free tier is provided without support, SLA, or guaranteed patching timelines. Security updates may be applied to paid subscriptions before or instead of free tier images. By pulling or using any image you agree to our Terms of Use.