From f240c6d8e36dcd9f897d117c807d83a87a51dd8d Mon Sep 17 00:00:00 2001 From: Chris Aniszczyk Date: Mon, 8 May 2017 17:25:56 -0500 Subject: [PATCH] Add license scanning badge In CNCF, we are starting to experiment with automated license scanning across our projects to ensure compliance to the CNCF IP Policy. For now, we're experimenting with FOSSA: https://app.fossa.io/reports/50dc07d0-435f-4856-9549-33a5f41bef81 Signed-off-by: Chris Aniszczyk --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e96ece493..6c9684277 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ![banner](/docs/images/containerd-dark.png?raw=true) [![Build Status](https://travis-ci.org/containerd/containerd.svg?branch=master)](https://travis-ci.org/containerd/containerd) +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fcontainerd%2Fcontainerd.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fcontainerd%2Fcontainerd?ref=badge_shield) containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc..