From 574b2fae95f8caddbd300507f95bf9754d4975a3 Mon Sep 17 00:00:00 2001 From: Owen Rumney Date: Fri, 2 Jul 2021 08:40:52 +0100 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 10ae2cb..a979470 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/owenrumney/go-sarif)](https://goreportcard.com/report/github.com/owenrumney/go-sarif) [![Github Release](https://img.shields.io/github/release/owenrumney/go-sarif.svg)](https://github.com/owenrumney/go-sarif/releases) - -### Important - the implementation has enough at this point to satisfy the requirements of [tfsec](https://tfsec.dev) - the example below is achievable - ## What? SARIF is the Static Analysis Results Interchange Format, this project seeks to provide a simple interface to generate reports in the SARIF format.