From d03fd9314072783f83ae23ae78c1a5b0f77b8d16 Mon Sep 17 00:00:00 2001 From: chaosinthecrd Date: Mon, 11 Dec 2023 17:37:42 +0000 Subject: [PATCH] adding bracket --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60947287..9579bb17 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A client library for [Witness](https://github.com/in-toto/witness), written in G [![Go Reference](https://pkg.go.dev/badge/github.com/in-toto/go-witness.svg)](https://pkg.go.dev/github.com/in-toto/go-witness) [![Go Report Card](https://goreportcard.com/badge/github.com/in-toto/go-witness)](https://goreportcard.com/report/github.com/in-toto/go-witness) -![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8164/badge)](https://www.bestpractices.dev/projects/8164) +[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8164/badge)](https://www.bestpractices.dev/projects/8164) [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/in-toto/go-witness/badge)](https://securityscorecards.dev/viewer/?uri=github.com/in-toto/go-witness) [![FOSSA Status](https://app.fossa.com/api/projects/custom%2B41709%2Fgithub.com%2Fin-toto%2Fgo-witness.svg?type=shield&issueType=license)](https://app.fossa.com/projects/custom%2B41709%2Fgithub.com%2Fin-toto%2Fgo-witness?ref=badge_shield&issueType=license) @@ -29,4 +29,4 @@ In order to effectively contribute to this library, you will need: - Go 1.19 ## Running Tests -This repository uses Go tests for testing. You can run these tests by executing `make test` \ No newline at end of file +This repository uses Go tests for testing. You can run these tests by executing `make test`.