Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 480 Bytes

File metadata and controls

17 lines (9 loc) · 480 Bytes

Klar is a CLI for performing a Clair security analysis.

This repository simply uses a multi-stage Dockerfile to build the Klar container image. You need to run docker build against docker daemon version 17.05 or greater.

Adds the AWS CLI to allow login to ECR.

To build klar docker image:

docker build -t klar .

To use the image

See Klar Usage