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
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 `
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