From 3c40eb72fc548b303000e3a3b53431b27433f260 Mon Sep 17 00:00:00 2001 From: AdamVB Date: Tue, 7 Jan 2025 15:33:17 +0100 Subject: [PATCH] Fix sample scan command to include mandatory default vsphere domain (#530) --- docs/platform/infra/cloud/vmware.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/platform/infra/cloud/vmware.md b/docs/platform/infra/cloud/vmware.md index dabf2c97..2619de9b 100644 --- a/docs/platform/infra/cloud/vmware.md +++ b/docs/platform/infra/cloud/vmware.md @@ -241,7 +241,7 @@ sudo cnspec login -t --config /etc/opt/mondoo/mondoo.yml ```bash # vSphere 6.x / 7.x -cnspec scan vsphere user@host --ask-pass +cnspec scan vsphere mondoo-read@vsphere.local@host --ask-pass ``` 4. Activate the policies against which Mondoo assesses your VMware. @@ -253,7 +253,7 @@ A good place to start scanning is the `VMware vSphere ESXi Security Baseline by 5. Now, with the policy of your choice activated, scan again: ```bash -cnspec scan vsphere user@host --ask-pass +cnspec scan vsphere mondoo-read@vsphere.local@host --ask-pass ``` Because you did not pass the `--incognito` switch, the command output includes a link to the Mondoo Console, where you can review the scan results.