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
When generating a checklist from PowerSTIG with -ManualChecklistEntries it prompts the user for the XccdfPath value:
New-StigCheckList -DscResults $DscResults -XccdfPath $XccdfPath -OutputPath $outputPath -ManualChecklistEntries $ManualChecklistEntriesFile
cmdlet ConvertTo-ManualCheckListHashTable at command pipeline position 1
Supply values for the following parameters:
XccdfPath[0]:
I have found that the call to the ConvertTo-ManualCheckListHashTable function in the below script (linked) is missing the mandatory argument, -XccdfPath, required by the function.
Thanks @darkshadow75 It appears we had a bit of a regression issue, this was fixed in 4.5.1, but missed in the 4.6.0/4.7.0 releases. I've created a PR and will merge once testing is complete and perform a release of 4.7.1.
When generating a checklist from PowerSTIG with
-ManualChecklistEntries
it prompts the user for theXccdfPath
value:I have found that the call to the
ConvertTo-ManualCheckListHashTable
function in the below script (linked) is missing the mandatory argument,-XccdfPath
, required by the function.PowerStig/source/Module/STIG/Functions.Checklist.ps1
Line 174 in 8b7707e
The text was updated successfully, but these errors were encountered: