Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add license scan report and status #3847

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.camunda.connector/connector-core/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.camunda.connector/connector-core)
[![Outbound template](https://img.shields.io/badge/outbound_connector-use_template-blue)](https://github.com/camunda/connector-template-outbound)
[![Inbound template](https://img.shields.io/badge/inbound_connector-use_template-blue)](https://github.com/camunda/connector-template-inbound)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgit.luolix.top%2Fcamunda%2Fconnectors.svg?type=shield)](https://app.fossa.com/projects/git%2Bgit.luolix.top%2Fcamunda%2Fconnectors?ref=badge_shield)

This is the repository for Camunda Connectors. It manages all parts of the Connectors ecosystem,
including the Connector SDK, out-of-the-box Connectors available in Camunda, the Connector Runtime, and the Docker images.
Expand All @@ -27,6 +28,9 @@ For more information on Connectors, refer to the

This is a multi-module project with different licenses applied to different modules.


[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgit.luolix.top%2Fcamunda%2Fconnectors.svg?type=large)](https://app.fossa.com/projects/git%2Bgit.luolix.top%2Fcamunda%2Fconnectors?ref=badge_large)

### Modules available under [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0)

* [Connector SDK](connector-sdk) including all supporting libraries
Expand Down Expand Up @@ -166,4 +170,4 @@ mvn clean package
We use [backport-action](https://github.com/korthout/backport-action) to backport PRs to older releases.
For example, add a label `backport release/8.3` to backport a PR to the `release/8.3` branch. This will take effect when the PR is meged.

You can also trigger this for already merged PRs by posting a comment on the PR containing `/backport`.
You can also trigger this for already merged PRs by posting a comment on the PR containing `/backport`.
Loading