Hi, I'm creating a custom scanner based on atomic scan and am kind of stuck at passing/fetching the details of image under scan to/in the scanner.
While going through atomic source code, I figured that under `Atomic/scan.py` we access the image by `self.args.scan_targets`. However, I don't quite understand how it passes the details to custom scanner so that one can access image name in the scanner. I'd like to spin a container from the image and run some checks on the live container. Regards, Dharmit.