From 539524f4ab0e8d45dd071696e4267ebcd920faae Mon Sep 17 00:00:00 2001 From: Owen Rumney Date: Sat, 24 Oct 2020 17:50:24 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dcb7421..ab54c48 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # go-sarif +[![Build Status](https://travis-ci.com/owenrumney/go-sarif.svg?branch=main)](https://travis-ci.com/owenrumney/go-sarif) +[![Go Report Card](https://goreportcard.com/badge/github.com/owenrumney/go-sarif)](https://goreportcard.com/report/github.com/owenrumney/go-sarif) + ### Important - the implementation has enough at this point to satisfy the requirements of [tfsec](https://tfsec.dev) - the example below is achievable ## What?