optiopay / klar

Integration of Clair and Docker Registry
MIT License
506 stars 138 forks source link

Possible to scan more than one image at a time? #25

Closed mylespollie closed 7 years ago

mylespollie commented 7 years ago

Is Klar able to scan all images in my EC2 Repository at once? Or does each image have to be scanned individually?

supereagle commented 7 years ago

Now it only supports scanning images individually.

dgellow commented 7 years ago

@supereagle I'm curious about that. Is it a limitation from Klar or from Clair?

supereagle commented 7 years ago

@dgellow It is a limitation from Klar. You can refer to the usage, the users have to specify the image to scan in the command line.

mylespollie commented 7 years ago

Anyone have any ideas for how to accomplish this with Clair?

supereagle commented 7 years ago

Maybe you need to write some code. First get list all images from Docker registry and then scan them one by one.