From f7f691d70ea2efc3b7d273ea1d9f41700f5af3d5 Mon Sep 17 00:00:00 2001 From: Cameron Ackerman Date: Sun, 12 May 2024 19:59:28 -0700 Subject: [PATCH] Update README.md Adds a passing badge for OpenSSF best practices --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3db3b03..8220bd8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ [![Go Reference](https://pkg.go.dev/badge/github.com/gofrs/uuid/v5.svg)](https://pkg.go.dev/github.com/gofrs/uuid/v5) [![Coverage Status](https://codecov.io/gh/gofrs/uuid/branch/master/graphs/badge.svg?branch=master)](https://codecov.io/gh/gofrs/uuid/) [![Go Report Card](https://goreportcard.com/badge/github.com/gofrs/uuid)](https://goreportcard.com/report/github.com/gofrs/uuid) +[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8929/badge)](https://www.bestpractices.dev/projects/8929) + Package uuid provides a pure Go implementation of Universally Unique Identifiers (UUID) variant as defined in RFC-9562. This package supports both the creation