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 did run the assessment on my AWS account (non-container mode) and in results I can see check numbers as null, as given below:
{ "check_no": "null",
"level": "null",
"region": "<some_region>",
"value": "<some_value>",
"score": "Scored",
"type": ""
}
I am expecting CIS check numbers here.
The text was updated successfully, but these errors were encountered:
I did run the assessment on my AWS account (non-container mode) and in results I can see check numbers as null, as given below:
{
"check_no": "null",
"level": "null",
"region": "<some_region>",
"value": "<some_value>",
"score": "Scored",
"type": ""
}
I am expecting CIS check numbers here.
The text was updated successfully, but these errors were encountered: