From 2358b735b121d04a7833d57ab961593eba0bba94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Fr=C3=B6hlich?= Date: Tue, 4 Feb 2025 13:26:39 +0100 Subject: [PATCH] Add badge for OpenSSF scorecard (#181) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db81740..20999c1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # smtprelay [![Go Report Card](https://goreportcard.com/badge/github.com/decke/smtprelay)](https://goreportcard.com/report/github.com/decke/smtprelay) +[![OpenSSF Scorecard](https://img.shields.io/ossf-scorecard/github.com/decke/smtprelay?label=openssf%20scorecard&style=flat)](https://scorecard.dev/viewer/?uri=github.com/decke/smtprelay) Simple Golang based SMTP relay/proxy server that accepts mail via SMTP and forwards it directly to another SMTP server.