klar
klar copied to clipboard
Integration of Clair and Docker Registry
Hello we have clair v2 and postgres deployed on kubernetes. From my PC, i tried to scan alpine image with klar using this command: CLAIR_ADDR=http://xxx.fr CLAIR_OUTPUT=Low CLAIR_THRESHOLD=10 klar alpine:latest I...
Hello everyone, Currently when the CLAIR_OUTPUT value is selected for a specific vulnerability level along with a specific CLAIR_THRESHOLD, this is what happens: 1. All the selected and higher vulnerability...
Not sure if any development is still done, but I would like to be able to send OCI container layers to Clair. Right now, it seems only the docker format...
Hello all, I have some issues using Klar to analyse some images with clair. My setup : I have deployed a clair and database instance on an Openshift cluster. I...
go get fails
When executing `go get github.com/optiopay/klar` I get the following error: ``` package github.com/coreos/clair/database: cannot find package "github.com/coreos/clair/database" in any of: /usr/local/go/src/github.com/coreos/clair/database (from $GOROOT) /go/src/github.com/coreos/clair/database (from $GOPATH) ```
Can I draw some attention to https://github.com/optiopay/klar/issues/140 please?
Hello, We wanted to access layerId to find where the component is located (or) from which layer vulnerability is coming. In Klar is there any output option that exists to...
Does klar support Azure ACK?