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
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
Yeah...I don't think it is anything to do with the CIS parsing code, just an issue with my python :)
Can you provide the command as run?
I'm assuming you literally ran it without any arguments, which means you didn't specify the benchmark file input -X or --xccdf. That argument should be marked required=True or I guess it should maybe change to be a positional instead of an optional argument type since it isn't optional.
Without a benchmark file, it will bomb out in the class __init__ function since it tries to open that file without any exception handling code.
Would expect some error, or usage text instead. Also, maybe it's an issue w/ the CIS parsing code?
The text was updated successfully, but these errors were encountered: