2
0
forked from drew/smtprelay

Add badge for OpenSSF scorecard (#181)

This commit is contained in:
Bernhard Fröhlich
2025-02-04 13:26:39 +01:00
committed by GitHub
parent e4736a7544
commit 2358b735b1

View File

@@ -1,6 +1,7 @@
# smtprelay # smtprelay
[![Go Report Card](https://goreportcard.com/badge/github.com/decke/smtprelay)](https://goreportcard.com/report/github.com/decke/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 Simple Golang based SMTP relay/proxy server that accepts mail via SMTP
and forwards it directly to another SMTP server. and forwards it directly to another SMTP server.