From 44c70875836ff1af719a0dc624c20205b54a57a2 Mon Sep 17 00:00:00 2001 From: Alex Pop Date: Mon, 12 Dec 2016 14:06:17 +0000 Subject: [PATCH] Mention uploading profiles to Automate Signed-off-by: Alex Pop --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ff45364..23c09bcc 100644 --- a/README.md +++ b/README.md @@ -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 @@ -182,8 +184,8 @@ Attributes example: "insecure": false, "profiles": [ { - "name": "windows", - "compliance": "base/windows" + "name": "my-profile", + "compliance": "john/my-profile" } ] }