Skip to content

Commit

Permalink
chore: exclude generated code from openapi for sonarcloud
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <[email protected]>
  • Loading branch information
cre8 committed Sep 1, 2024
1 parent b098d10 commit 8cfeb34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -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/**
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 8cfeb34

Please sign in to comment.