yebinama / paclair

Paclair is a Python3 Cli tool to interact with Coreos's Clair (https://github.com/coreos/clair).
Apache License 2.0
27 stars 13 forks source link

Question - Is it possible to scan local build images? #22

Closed pipozzz closed 4 years ago

pipozzz commented 5 years ago

Hello, Is it possible to scan locally build images ?

Thanks

yebinama commented 5 years ago

Hello,

Unfortunately this feature is not yet available. The application needs to interact with a registry to download the image.

pipozzz commented 5 years ago

You mean paclair reads image from repository and then pushes to clair? or is there something different?

yebinama commented 5 years ago

Paclair reads the manifest from the registry and then send to clair each layer url.