I’ve come to the understanding that clair-action[1] likely won’t receive the love it deserves. Frankly, this is my most favorite project at Red Hat that I actively work on and reach for it every time there’s something I need to debug for container scanning (which I do a lot 🙂).

I still want to work on a local-first/local-only Claircore application, and I figure if I’m going to spend my free time hacking on this thing, I want it to be my own take on it.

Introducing lune[2].

Although lune may evolve into something else eventually, it’ll start off as a glamorous, opinionated local-first Claircore command-line utility. The main functionality will focus on cataloging and vulnerability reporting of software in Linux container images. The glamorous bits will be powered by Charm libs[3].

❯ ./lune

  A local Claircore app

  USAGE


    lune [command] [--flags]


  COMMANDS

    completion [command]  Generate the autocompletion script for the specified shell
    help [command]        Help about any command

  FLAGS

    -h --help             Help for lune
    -v --version          Version for lune

[1]: https://github.com/quay/clair-action
[2]: https://github.com/BradLugo/lune
[3]: https://charm.land/libs/