cjbischoff / pf-inspec-win-base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pf-inspec-win-base

This compliance profiles ensures systems are deployed per the pf-win-base cookbook.

Exernal compliance profiles are pulled specific to

Profile Layout

  • reponame will be based upon the Chef Cookbookb being tested against prepended with pf-inspec
  • control files will be created/associated per recipe within the Cookbook; notated using cookbook name-recipe

Standalone Usage

This Compliance Profile requires InSpec for execution:

$ git clone git@github.com:cjbischoff/pf-inspec-win-base.git
$ inspec exec pf-inspec

You can also execute the profile directly from Github:

$ inspec exec https://github.com/cjbischoff/pf-inspec-win-base

# run test on remote windows host on WinRM
$ inspec exec test.rb -t winrm://Administrator@windowshost --password 'your-password'

About


Languages

Language:Ruby 100.0%