```bash vet scan --image myapp:dev ``` This should first check if the image exists using docker client and then convert it into tar using ```bash docker save myapp:dev -o myapp.tar ``` and run this tar scanning. After the scan is finished, it should clean up ie. remove the temporary tar file irrespective of success or failure