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
I am attempting to use VMware's compliance automation to do the work of running the checks via Chef Inspec and creating the CKLs using SAF-CLI using the code and instructions found here:
I'm having trouble massaging the data into a form that Stigman will take. I had to change the inspec.yml ID and Title for the checks otherwise I get an error saying that the benchmark doesn't exist in the library. Once I did that to (presumably) match the benchmarks correctly I get a new error that I have no idea how to troubleshoot.
cannot read properties of undefined (reading 'match')
I'm not sure where to get the full logs to see what the actual property it's looking at is.
Has anyone successfully set up VMware's dod compliance and automation with Stigman? I'm curious if using SAF to convert from the native inspec HDF json to CKL is the best path or how I can manipulate the data into a form that can be uploaded.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am attempting to use VMware's compliance automation to do the work of running the checks via Chef Inspec and creating the CKLs using SAF-CLI using the code and instructions found here:
https://github.com/vmware/dod-compliance-and-automation
I'm having trouble massaging the data into a form that Stigman will take. I had to change the inspec.yml ID and Title for the checks otherwise I get an error saying that the benchmark doesn't exist in the library. Once I did that to (presumably) match the benchmarks correctly I get a new error that I have no idea how to troubleshoot.
cannot read properties of undefined (reading 'match')
I'm not sure where to get the full logs to see what the actual property it's looking at is.
Has anyone successfully set up VMware's dod compliance and automation with Stigman? I'm curious if using SAF to convert from the native inspec HDF json to CKL is the best path or how I can manipulate the data into a form that can be uploaded.
Beta Was this translation helpful? Give feedback.
All reactions