Config node_uuid with direct Inspec invocations

When using Inspec directly against an Automate system, `node_uuid` must be specified in the automate reporter specific config.

Signed-off-by: Sean Horn <sean_horn@chef.io>
This commit is contained in:
Sean Horn 2020-05-20 17:04:25 -04:00 committed by GitHub
parent e924364565
commit b597c85ed7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,6 +131,7 @@ The `automate` reporter type is a special reporter used with [Chef Automate](htt
Example config:
```json
{
"reporter": {
"automate" : {
@ -171,7 +172,7 @@ This will be the node name which shows up in Automate.
#### node_uuid
This will be the node UUID which shows up in Automate. You will want to use a single static UUID per node for all your reports.
This will be the node UUID which shows up in Automate. You will want to use a single static UUID per node for all your reports. If you are running Inspec outside of an audit cookbook or other environment where a chef_guid or node_uuid is already known to Inspec, you must specify a node_uuid in the Inspec config.
#### environment