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
Implement xccdf_session_get_rule_results function in XCCDF session API
This change adds a new public xccdf_session_get_rule_results function
to the session API.
This function returns rule results.
Results could be iterated using the xccdf_rule_result_iterator_has_more
function from the XCCDF benchmark API.
0 commit comments