From 289fe8f88f978267e8c9ffba103980ec74c2c7d2 Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Mon, 17 Feb 2025 19:09:03 +0100 Subject: [PATCH] Add the OpenSSF badge to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c611e79b..82f1e09c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![docs.rs][docs-badge]][docs-url] [![Apache licensed][license-badge]][license-url] [![Build Status][actions-badge]][actions-url] +[![OpenSSF Best Practices][openssf-badge]][openssf-url] [crates-badge]: https://img.shields.io/crates/v/googletest.svg [crates-url]: https://crates.io/crates/googletest @@ -13,6 +14,8 @@ [license-url]: https://github.com/google/googletest-rust/blob/main/LICENSE [actions-badge]: https://github.com/google/googletest-rust/workflows/CI/badge.svg [actions-url]: https://github.com/google/googletest-rust/actions?query=workflow%3ACI+branch%3Amain +[openssf-badge]: https://www.bestpractices.dev/projects/10037/badge +[openssf-url]: https://www.bestpractices.dev/projects/10037 This library brings the rich assertion types of Google's C++ testing library [GoogleTest](https://github.com/google/googletest) to Rust. It provides: