hashmap
hashmap
@khba `CASE2` is not supported by Klar, it doesn't work with local images `Klar is a simple tool to analyze images stored in a private or public Docker registry for...
@khba port confuses Klar. You may want to try without port in image name. If it doesn't help we have a bug, need to investiagate
@MichaelPereira thanks for the report, do you remember which port is used by default for https in Clair? AFAIR it's also 6060, but not sure, need to check Calir docs....
@apexcz what version of Calr do you use? I have the same issue with the current master, but it works for many others (which is you got via `go get`,...
@apexcz thanks, I have the same version of Clair. No, another pr was merged after this release https://github.com/optiopay/klar/pull/113
@apexcz it was merged and it's why you have this issue:) it's not a part of any release yet, so please try the last release, not master branch
Not really, `clair-git` introduces a new API (`v3`) which is subject to change, so something must be changed. Stable release supports `v1`, it should work fine. I'll take a look...
@strowi good idea. It makes sense to introduce some abstract over output, currently we support 2 (text and json) both are hardcoded, let's make it more configurable and extandable
@jlamande afaik no, if you want to generate reports in jenkins etc junit format is the way to go
Thanks for the contribution! It's valuable addition, but do you think it should be the default behavior? Perhaps we should add a flag which enables it?