klar icon indicating copy to clipboard operation
klar copied to clipboard

Integration of Clair and Docker Registry

Results 56 klar issues
Sort by recently updated
recently updated
newest added

Changed marshalling to be unstructured hence more flexible for any JSON responses using attribute names other than token (given by Docker Hub for instance). Azure ACR returns Bearer token in...

The important fix is the import and proto changes. As part of fixing the clairpb import, I switched to go modules to get version v3

Following on optiopay/klar#159 @annieweng points out we now need Go >= 1.9 to build klar.

Hi, I'm using Klar v2.4.0 Linux 64-bit binary with Clair v2.1.4 (I'm running Clair using docker-compose using the `image quay.io/coreos/clair:v2.1.4`) running on Ubuntu 20.04. I'm trying to run a scan...

Hello, Following Issue [#171](https://github.com/optiopay/klar/issues/171), I believe it Klar could update some terminologies like "Blacklist" & "Whitelist" that are now deemed inappropriate, to "Blocklist" & "Allowlist", terms that are self-explanatory, less...

Hi, This project have Dockerfile and has been described how to build klar image for using in docker. But, i think, if you push builded klar images to hub.docker.com with...

Hello! Although currently common terms whitelist and blacklist, these terms are hurtful to some people. I'd like to propose a change to equally descriptive terms Allowlist and Denylist - see...

This suggests a possible solution for #144. Underlying layers of the image may have a vulnerability that is fixed in the top layers. With this code, we introduce a new...

Pulling an image by digest seems implemented in https://github.com/optiopay/klar/pull/28 but now broken? ```console $ ./klar-2.4.0-linux-amd64 nginx@sha256:482ead44b2203fa32b3390abdaf97cbdc8ad15c07fb03a3e68d7c35a19ad7595 clair timeout 1m0s docker timeout: 1m0s no whitelist file Can't pull fsLayers ```