From 8cfeb340d350d2d12bfeb66ff8e26f31373c861e Mon Sep 17 00:00:00 2001 From: Mirko Mollik Date: Sun, 1 Sep 2024 19:10:04 +0200 Subject: [PATCH] chore: exclude generated code from openapi for sonarcloud Signed-off-by: Mirko Mollik --- .sonarcloud.properties | 2 ++ README.md | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 .sonarcloud.properties diff --git a/.sonarcloud.properties b/.sonarcloud.properties new file mode 100644 index 00000000..d2a00c43 --- /dev/null +++ b/.sonarcloud.properties @@ -0,0 +1,2 @@ +# Exclusions +sonar.exclusions=libs/verifier-shared/src/lib/api/** libs/issuer-shared/src/lib/api/** libs/holder-shared/src/lib/api/** diff --git a/README.md b/README.md index 956521bc..3137a858 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,21 @@ +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=openwallet-foundation-labs_credhub&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=openwallet-foundation-labs_credhub) + # credhub credhub is comprehensive monorepo including a cloud wallet for natural persons together with a minimal issuer and verifier service. The cloud wallet will host all credentials and key pairs, including the business logic to receive and present credentials. # Getting Started + Documentation on how to get started with credhub can be found at [https://credhub.eu](https://credhub.eu) # Virtual meetings + There is a bi weekly virtual meeting to discuss the progress of the project. You can get a calendar invite [here](https://zoom-lfx.platform.linuxfoundation.org/meeting/93045942637?password=2c738e22-bb7b-44a7-aab1-e98fa7fc82f6) # Contributing + If you would like to contribute to the project, please read our [contributing guide](./CONTRIBUTING.md). # License + This project is licensed under the [Apache License Version 2.0 (Apache-2.0).](./LICENSE)