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
This commit is contained in:
Arnout Engelen 2024-06-15 12:58:13 +02:00 committed by GitHub
parent 6cdd3e9f49
commit 643ff46bcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.