mirror of
https://github.com/inspec/inspec
synced 2024-11-27 15:10:44 +00:00
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:
parent
e924364565
commit
b597c85ed7
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue