In the trivy lab, question number 9 asks to scan a docker image tar file. I run . . .

Anand Awasthi:
In the trivy lab, question number 9 asks to scan a docker image tar file. I run the command ‘trivy image -o /root/alpine.json --input /root/alpine.tar’ command; however it doesn’t seem to work. Can you please check? @Vijin Palazhi

Fernando Jordan Silva:
you miss the format parameter, try adding " -f json "

Anand Awasthi:
ah…thanks @Fernando Jordan Silva

Mumshad Mannambeth:
@Anand Awasthi do you see the hints and solutions tab at the top?

Mumshad Mannambeth:
You can compare your solution with the solution given there to know what’s missing

Anand Awasthi:
OMG…I completed almost all the labs except the mock exams, but didn’t notice Hints and Solutions tab…thank you very much @Mumshad Mannambeth for pointing out that :slightly_smiling_face:

Mumshad Mannambeth:
:man-gesturing-ok: