Skip to content

Commit

Permalink
Fix sample scan command to include mandatory default vsphere domain (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVB authored Jan 7, 2025
1 parent 9c5a847 commit 3c40eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/platform/infra/cloud/vmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ sudo cnspec login -t <paste token here> --config /etc/opt/mondoo/mondoo.yml

```bash
# vSphere 6.x / 7.x
cnspec scan vsphere user@host --ask-pass
cnspec scan vsphere [email protected]@host --ask-pass
```

4. Activate the policies against which Mondoo assesses your VMware.
Expand All @@ -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 [email protected]@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.
Expand Down

0 comments on commit 3c40eb7

Please sign in to comment.