From 643ff46bcd7f435cc9903d49c48d81bfac121c6b Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Sat, 15 Jun 2024 12:58:13 +0200 Subject: [PATCH] chore: add OpenSSF Best Practices badge (#1362) This badge does come with some obligations, but mostly things we'd want to do anyway. See also https://cwiki.apache.org/confluence/display/SECURITY/OpenSSF+Best+Practices+Badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a57ef8f1d5..5158c3d532c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Nightly Builds](https://github.com/apache/pekko/actions/workflows/nightly-builds.yml/badge.svg)](https://github.com/apache/pekko/actions/workflows/nightly-builds.yml) [![Nightly Aeron Tests](https://github.com/apache/pekko/actions/workflows/nightly-builds-aeron.yml/badge.svg?branch=main)](https://github.com/apache/pekko/actions/workflows/nightly-builds-aeron.yml) +[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9032/badge)](https://www.bestpractices.dev/projects/9032) Apache Pekko is an open-source framework for building applications that are concurrent, distributed, resilient and elastic. Pekko uses the Actor Model to provide more intuitive high-level abstractions for concurrency.