Skip to content

Commit

Permalink
Merge pull request #183 from chef-cookbooks/ap/upload-profiles
Browse files Browse the repository at this point in the history
Mention uploading profiles to Automate
  • Loading branch information
alexpop authored Dec 12, 2016
2 parents e49ce7b + 44c7087 commit 84d84e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ If you want the audit cookbook to retrieve compliance profiles and report to Che

This requires Chef Client >= 12.16.42. Also requires Chef Server version 12.11.1 and Chef Automate 0.6.6 or newer, as well as integration between the two. More details [here](https://docs.chef.io/integrate_compliance_chef_automate.html#collector-chef-server-visibility).

Chef Automate is not shipping with build-in profiles at the moment. To upload profiles, you can use the [Automate API](https://docs.chef.io/api_delivery.html) or the `inspec compliance` subcommands (requires InSpec 1.7.2 or newer).

Attributes example:

```ruby
Expand All @@ -182,8 +184,8 @@ Attributes example:
"insecure": false,
"profiles": [
{
"name": "windows",
"compliance": "base/windows"
"name": "my-profile",
"compliance": "john/my-profile"
}
]
}
Expand Down

0 comments on commit 84d84e1

Please sign in to comment.