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

I am trying to assess security vulnerabilities in Docker container images using Clair, through the Klar command-line interface on Ubuntu 18.04. My current Golang version is 1.13, and Git version...

Hello Guys, I am trying to pull an image from an secure registry which can be accessed through the internet, but I always get this error: `Can't pull image: Token...

Does klar pull and download the image locally before calling an API to clair to scan it?

I'm trying to use Clair with Klar but I'm getting a strange database error (found in postgres logs) : `ERROR: syntax error at or near "ON" at character 66 STATEMENT:...

bug
question

Using alpine image docker build returns an error: ``` Step 3/8 : RUN go get -d github.com/optiopay/klar ---> Running in 6562fdf69543 package github.com/quay/clair/v3/pkg/commonerr: cannot find package "github.com/quay/clair/v3/pkg/commonerr" in any of:...

Current build process doesn't work for me, and I'm getting the following error ``` $ docker build -t klar . Sending build context to Docker daemon 24.69MB Step 1/8 :...

Hello, To appease auditor types, it would be useful to allow for comments in the whitelist.yaml file. This will allow us to version control our whitelist file, but also give...

This is mentioned in the release text for 2.4.0 > API V3 support seems to be broken by the latest Clair's master, we will try to update our code. I'm...

Hi, I wanted to import `klar` into a go module project and it failed with some dependencies, so here is a v3. ~~NB the tests are failing, so some investigations...

**When I run the command line below:** `docker run --env-file=klar.env ############.dkr.ecr.us-east-1.amazonaws.com/klar:latest ${REGISTRY}/nifi:latest` **I get the following errors:** ``` clair timeout 1m0s docker timeout: 1m0s no whitelist file Can't pull fsLayers...

question