clairctl
clairctl copied to clipboard
Tracking container vulnerabilities with Clair Control for CoreOS Clair
clairctl analyze jenkins client quit unexpectedly 2017-09-19 16:10:44.116145 C | cmd: pushing image "jenkins:latest": unsupported Schema version 2017-09-19 16:10:52.850249 C | clair: Unsupported Schema version.
Is it possible to remove use of `docker` and `/var/run/docker.sock` from `clairctl` and instead replace with https://github.com/containers/podman and https://github.com/containers/skopeo? These tools are alternatives to the docker cli, and can build/push/pull...
In the clairctl service, I executed the commands: ```sh $ clairctl pull ubuntu:16.04 $ clairctl --log-level debug push ubuntu:16.04 --local ``` The `pull` request works fine, but the `push` request...
Hi , while trying to analyze image in private registry using clairctl I am getting this error. http: server gave HTTP response to HTTPS client. I tried adding insecure registry...
facing a weird issue. whatever image I analyze/report but the html produced has zero vulnerability in closenet environment. DO I need to do something more to push some rules or...
Hi there, I an new to Clair and Clairctl but I want to understand what could be the issue I am facing. I am using my Mac and followed the...
Hi, I wonder how to use general whitelist in the config? is it the same file as clairctl.yml or we should create another whitelist.yml? and how it affect the scan...
When using whitelisting the report doesn't show a difference. Would be nice to see which findings were excluded. Any plans to add this?
Hi, i use clairctl on my pc. clairctl can pull push and analyze images from local disk and from an registry without authentification. But i want to analyze images from...