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 Aug 16, 2024. It is now read-only.
to accommodate older InSpec profiles lacking in good coding practices.
e.g., if the control code logic simply is: "only_if { false }", then the output could look like this:
"results": [
{
"status": "skipped",
"code_desc": "Operating System Detection",
"run_time": 0.000051034,
"start_time": "2020-08-18T23:47:40-04:00",
"resource": "Operating System Detection",
"skip_message": "Skipped control due to only_if condition."
}
Otherwise, the results won't load, stating error "There are no evaluations in this file"
The text was updated successfully, but these errors were encountered:
to accommodate older InSpec profiles lacking in good coding practices.
e.g., if the control code logic simply is: "only_if { false }", then the output could look like this:
Otherwise, the results won't load, stating error "There are no evaluations in this file"
The text was updated successfully, but these errors were encountered: