From ba5ee8340d4e3ab2908109bff0569d265f942e04 Mon Sep 17 00:00:00 2001 From: Serhat Sevki Dincer Date: Sat, 20 Jan 2024 00:13:08 +1100 Subject: [PATCH] :star: add OpenSSF badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70fc795..a21aa3f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## sixb [![go report card](https://goreportcard.com/badge/github.com/jfcg/sixb)](https://goreportcard.com/report/github.com/jfcg/sixb) [![go.dev ref](https://pkg.go.dev/static/frontend/badge/badge.svg)](https://pkg.go.dev/github.com/jfcg/sixb#pkg-overview) +## sixb [![go.dev ref](https://pkg.go.dev/static/frontend/badge/badge.svg)](https://pkg.go.dev/github.com/jfcg/sixb#pkg-overview) [![go report card](https://goreportcard.com/badge/github.com/jfcg/sixb)](https://goreportcard.com/report/github.com/jfcg/sixb) [![OpenSSF badge](https://www.bestpractices.dev/projects/8317/badge)](https://www.bestpractices.dev/projects/8317) Some utility functions (`Mean*`, `Cmp*`, `InsideTest`) including from/to string/slice conversions (`BtoS`, `StoB`, etc.). sixb adheres to [semantic](https://semver.org) versioning.