You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the VM Inspect Powershell script won't currently generate the checklist file, and throws an error "Error: Flat --ip expects a value";
The json file appears to be properly generated and output and the powershell cli when running indicates pass/fail properly;
It appears $mgmtip and $mgmtmac are not being declared based on observing the differences between VMware_vSphere_8.0_STIG_VM_InSpec_Runner.ps1:149 and VMware_vSphere_8.0_STIG_ESXi_InSpec_Runner.ps1:156 (and similar for the 2nd try block)
Modify /inspec/vm/inspec.yml input "allvms" to 'true'
run VMware_vSphere_8.0_STIG_VM_InSpec_Runner.ps1 with the required fields declared (-vcenter, -reportPath, -inspecPath; attestationFile has no impact on bug)
Enter UN\Password
Observe output reports only are limited to JSON; checklist is not generated
Expected behavior
Checklist file is generated for Each VM
Additional context
This occurs with the following software versions:
-PowerCLI 13.2.1 [currently latest though the min requirements mentions 13.3 which is presumably unreleased for GA yet]
-Powershell Core 7.3.4
-vCenter/ESXi 8.0 U3
-Inspec 6.6.0
-SAF CLI 1.4.8
The text was updated successfully, but these errors were encountered:
Describe the bug
the VM Inspect Powershell script won't currently generate the checklist file, and throws an error "Error: Flat --ip expects a value";
The json file appears to be properly generated and output and the powershell cli when running indicates pass/fail properly;
It appears $mgmtip and $mgmtmac are not being declared based on observing the differences between VMware_vSphere_8.0_STIG_VM_InSpec_Runner.ps1:149 and VMware_vSphere_8.0_STIG_ESXi_InSpec_Runner.ps1:156 (and similar for the 2nd try block)
Reproduction steps
Expected behavior
Checklist file is generated for Each VM
Additional context
This occurs with the following software versions:
-PowerCLI 13.2.1 [currently latest though the min requirements mentions 13.3 which is presumably unreleased for GA yet]
-Powershell Core 7.3.4
-vCenter/ESXi 8.0 U3
-Inspec 6.6.0
-SAF CLI 1.4.8
The text was updated successfully, but these errors were encountered: