From f8ed9ae0ff65774a51a80220f3ac374e313c5608 Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Tue, 25 Jun 2019 15:50:27 +0200 Subject: [PATCH] Add CircleCI badge Signed-off-by: Sascha Grunert --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 50d9dd3..5c56b12 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# containers-golang + +[![CircleCI](https://circleci.com/gh/seccomp/containers-golang.svg?style=shield)](https://circleci.com/gh/seccomp/containers-golang) + `containers-golang` is a set of Go libraries used by container runtimes to generate and load seccomp mappings into the kernel. seccomp (short for secure computing mode) is a BPF based syscall filter language and present a more conventional function-call based filtering interface that should be familiar to, and easily adopted by, application developers.