From 1ff1dea64d7b3dd0bf612597e2e8d462231b27cb Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 6 Sep 2022 14:13:05 -0400 Subject: [PATCH] Add Badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ee327f..8ea748f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # wonderfall/synapse +![Build, scan & push](https://github.com/wonderfall/docker-synapse/actions/workflows/build.yml/badge.svg) + [Synapse](https://github.com/matrix-org/synapse) is a [Matrix](https://matrix.org/) implementation written in Python. ### Notes @@ -12,4 +14,4 @@ - Drop-in replacement for the [official image](https://github.com/matrix-org/synapse/tree/develop/docker). - Unprivileged image: you should check your volumes permissions (eg `/data`), default UID/GID is 991. - Based on [Alpine](https://alpinelinux.org/), which provides more recent packages while having less attack surface. -- Comes with a [hardened memory allocator](https://github.com/GrapheneOS/hardened_malloc), protecting against some heap-based buffer overflows. \ No newline at end of file +- Comes with a [hardened memory allocator](https://github.com/GrapheneOS/hardened_malloc), protecting against some heap-based buffer overflows.