From 3dc2f5aaf62e240e4290e6fde54a0a654333b188 Mon Sep 17 00:00:00 2001 From: Dan Luhring Date: Mon, 10 Aug 2020 16:46:12 -0400 Subject: [PATCH] Add badges (#137) Signed-off-by: Dan Luhring --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 771cc0b9d80..10a8f4c1fe9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # syft +[![CircleCI](https://circleci.com/gh/anchore/syft.svg?style=svg)](https://circleci.com/gh/anchore/syft) +[![Go Report Card](https://goreportcard.com/badge/github.com/anchore/syft)](https://goreportcard.com/report/github.com/anchore/syft) +[![GitHub release](https://img.shields.io/github/release/anchore/syft.svg)](https://github.com/anchore/syft/releases/latest) +[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/anchore/syft/blob/master/LICENSE) + A CLI tool and go library for generating a Software Bill of Materials (SBOM) from container images and filesystems. [//]: # (TODO: add example gif here)