Re: [atomic-devel] Atomic Scan - pass image details to scanner

2016-07-19 Thread Dharmit Shah
On 18/07, Daniel J Walsh wrote: > > > On 07/18/2016 04:31 AM, Dharmit Shah wrote: > I believe it will just mount up the containers image onto a rootfs and > expose the rootfs to the scanner. > The rootfs mount point will container the containerid as the directory name > and the output will > be g

Re: [atomic-devel] Atomic Scan - pass image details to scanner

2016-07-18 Thread Daniel J Walsh
On 07/18/2016 04:31 AM, Dharmit Shah wrote: 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 `

[atomic-devel] Atomic Scan - pass image details to scanner

2016-07-18 Thread Dharmit Shah
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