Skip to content

Commit 289fe8f

Browse files
authored
Add the OpenSSF badge to README.md
1 parent b93e5b9 commit 289fe8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![docs.rs][docs-badge]][docs-url]
55
[![Apache licensed][license-badge]][license-url]
66
[![Build Status][actions-badge]][actions-url]
7+
[![OpenSSF Best Practices][openssf-badge]][openssf-url]
78

89
[crates-badge]: https://img.shields.io/crates/v/googletest.svg
910
[crates-url]: https://crates.io/crates/googletest
@@ -13,6 +14,8 @@
1314
[license-url]: https://github.com/google/googletest-rust/blob/main/LICENSE
1415
[actions-badge]: https://github.com/google/googletest-rust/workflows/CI/badge.svg
1516
[actions-url]: https://github.com/google/googletest-rust/actions?query=workflow%3ACI+branch%3Amain
17+
[openssf-badge]: https://www.bestpractices.dev/projects/10037/badge
18+
[openssf-url]: https://www.bestpractices.dev/projects/10037
1619

1720
This library brings the rich assertion types of Google's C++ testing library
1821
[GoogleTest](https://github.com/google/googletest) to Rust. It provides:

0 commit comments

Comments
 (0)