-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sample scan command to include mandatory default vsphere domain (#…
…530)
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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. | ||
|