From d4e6518eaf5c2e8ef26179f2c4e5dfa1e5afec1d Mon Sep 17 00:00:00 2001 From: "Hui, Chunyang" Date: Mon, 23 Nov 2020 04:06:21 +0000 Subject: [PATCH] Add new CI status badge for different workflow --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7609abf..8fa402ec 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ ![Occlum logo](docs/images/logo.png) ## [![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](CONTRIBUTORS.md) -[![Build Status](https://github.com/occlum/occlum/workflows/OCCLUM%20CI/badge.svg?branch=master)](https://github.com/occlum/occlum/actions) +[![Essential Test](https://github.com/occlum/occlum/workflows/Essential%20Test/badge.svg?branch=master)](https://github.com/occlum/occlum/actions?query=workflow%3A%22Essential+Test%22) +[![SGX Hardware Mode Test](https://github.com/occlum/occlum/workflows/SGX%20Hardware%20Mode%20Test/badge.svg?branch=master)](https://github.com/occlum/occlum/actions?query=workflow%3A%22SGX+Hardware+Mode+Test%22) +[![Demo Test](https://github.com/occlum/occlum/workflows/Demo%20Test/badge.svg?branch=master)](https://github.com/occlum/occlum/actions?query=workflow%3A%22Demo+Test%22) **NEWS:** Our paper _Occlum: Secure and Efficient Multitasking Inside a Single Enclave of Intel SGX_ has been accepted by [ASPLOS'20](https://asplos-conference.org/programs/). This research paper highlights the advantages of the single-address-space architecture adopted by Occlum and describes a novel in-enclave isolation mechanism that complements this approach. The paper can be found on [ACM Digital Library](https://dl.acm.org/doi/abs/10.1145/3373376.3378469) and [Arxiv](https://arxiv.org/abs/2001.07450).