Skip to content

Commit

Permalink
Merge pull request #160 from chef-cookbooks/ap/xref_integration
Browse files Browse the repository at this point in the history
Mention the integration guide between Chef Server and Automate
  • Loading branch information
alexpop authored Nov 18, 2016
2 parents f1b8692 + fbe4390 commit ad4388b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,11 @@ default["audit"] = {

#### Reporting to Chef Visibility via Chef Server

If you want the audit cookbook to retrieve compliance profiles and report to Chef Automate(Visibility) through Chef Server, set the `collector` and `profiles` attributes. For example:
If you want the audit cookbook to retrieve compliance profiles and report to Chef Automate(Visibility) through Chef Server, set the `collector` and `profiles` attributes.

This requires Chef Server version 12.11.0 and Chef Automate 0.6.0 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).

Attributes example:

```ruby
"audit": {
Expand Down

0 comments on commit ad4388b

Please sign in to comment.