Merge pull request #5040 from sean-horn/patch-1

Config node_uuid with direct Inspec invocations
This commit is contained in:
James Stocks 2020-07-06 16:37:00 +01:00 committed by GitHub
commit 4c99130bb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -159,6 +159,7 @@ The `automate` reporter type is a special reporter used with [Chef Automate](htt
Example config:
```json
{
"reporter": {
"automate" : {
@ -199,7 +200,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 Chef Automate. Use a single static UUID per node for all your reports. You must specify a `node_uuid` in the Chef InSpec configuration file if running Chef InSpec outside of an audit cookbook or another environment where a `chef_guid` or `node_uuid` is already known to Chef InSpec.
#### environment