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
Ive been trying to test using this project to Audit and Remediate a test server with VMware ESXi, 8.0.2, 23305546.
When running /vsphere/8.0/v1r1-stig/vsphere/powercli/VMware_vSphere_8.0_STIG_ESXi_InSpec_Runner.ps1 with all the proper variables populated. It seems to not render the json, ckl files. Gets to the following lines....
Hi @kb7791 what version of the inspec vmware transport do you have installed and have you installed our custom one or are you using the one from Chef?
The error about PowerCLI not being detected should not occur in the version we provide so if you are not using ours or a really old version please update it and try this again.
Hi @kb7791 what version of the inspec vmware transport do you have installed and have you installed our custom one or are you using the one from Chef?
The error about PowerCLI not being detected should not occur in the version we provide so if you are not using ours or a really old version please update it and try this again.
So Im currently trying to use this in an air-gapped STIG'd environment with current set up ans still running in the issue when I try to run the cinc-auditor directly in the terminal.
Using the v1r3-stig directory against a host that running esxi hypervisor 7.0.3 23794027
I'm using cinc-auditor instead of chef inspec due to cinc not requiring a license.
So at the moment I'm just trying to get this to render an audit on our existing system to render a report. The system is already stig'd but wanted to confirm I can get it to work and generate a report. We're migrating to vmware 8 and wanted to test this in the current environment and make sure it works properly before making the upgrade and hoping it can assist us in stig'ing any changes from making the move to vmware 8
Describe the bug
Ive been trying to test using this project to Audit and Remediate a test server with VMware ESXi, 8.0.2, 23305546.
When running /vsphere/8.0/v1r1-stig/vsphere/powercli/VMware_vSphere_8.0_STIG_ESXi_InSpec_Runner.ps1 with all the proper variables populated. It seems to not render the json, ckl files. Gets to the following lines....
cinc-auditor exec $inspecPath -t vmware:// --input vmhostName=$name --input-file $inputsFile --show-progress --reporter=json:$reportFile
Invoke-Command -ScriptBlock $command
The ps1 script is being ran by running a bash script locally.
Output being generated:
Expected behavior
Begin to generate the attestation files for testing purposed to expand using the remdiation.
Additional context
ubuntu 24.04
pwsh 7.4.3
powercli 13.3.0.24145081
cinc-auditor 4.56.58
@mitre/saf/1.2.34 linux-x64 node-v20.17.0
The text was updated successfully, but these errors were encountered: