From 61f23fff990326776d87d034280ef5bb9311fb98 Mon Sep 17 00:00:00 2001 From: AnomalRoil Date: Mon, 7 Oct 2024 09:46:08 +0200 Subject: [PATCH] Add our Go Report Card badge to README.md (#2964) To add our Go Report Card badge. Signed-off-by: AnomalRoil --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c54fc28298..e7c2205b5e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/gopasspw/gopass/badge)](https://securityscorecards.dev/viewer/?uri=github.com/gopasspw/gopass) [![Build Status](https://img.shields.io/github/actions/workflow/status/gopasspw/gopass/build.yml?branch=master)](https://github.com/gopasspw/gopass/actions/workflows/build.yml?query=branch%3Amaster) +[![Go Report Card](https://goreportcard.com/badge/github.com/gopasspw/gopass)](https://goreportcard.com/report/github.com/gopasspw/gopass) [![Packaging status](https://repology.org/badge/tiny-repos/gopass-gopasspw.svg)](https://repology.org/project/gopass-gopasspw/versions) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/gopasspw/gopass/blob/master/LICENSE) [![Github All Releases](https://img.shields.io/github/downloads/gopasspw/gopass/total.svg)](https://github.com/gopasspw/gopass/releases)