diff --git a/.github/workflows/github-default-actions.yml b/.github/workflows/github-default-actions.yml
index e7f89fee2..03d1cc022 100644
--- a/.github/workflows/github-default-actions.yml
+++ b/.github/workflows/github-default-actions.yml
@@ -49,8 +49,6 @@ jobs:
- name: "Test and Quality check"
uses: nick-invision/retry@v3
env:
- SONAR_ORGANIZATION: ${{ secrets.SONAR_ORGANIZATION }}
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SOURCE_BRANCH: ${{ steps.build_info.outputs.SOURCE_BRANCH }}
COVERALLS_IO_TOKEN: ${{ secrets.COVERALLS_IO_TOKEN }}
diff --git a/.github/workflows/github-default-jdk11-actions.yml b/.github/workflows/github-default-jdk11-actions.yml
index 89d2f6ce8..1c18cf6e6 100644
--- a/.github/workflows/github-default-jdk11-actions.yml
+++ b/.github/workflows/github-default-jdk11-actions.yml
@@ -49,8 +49,6 @@ jobs:
- name: "Test and Quality check"
uses: nick-invision/retry@v3
env:
- SONAR_ORGANIZATION: ${{ secrets.SONAR_ORGANIZATION }}
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SOURCE_BRANCH: ${{ steps.build_info.outputs.SOURCE_BRANCH }}
COVERALLS_IO_TOKEN: ${{ secrets.COVERALLS_IO_TOKEN }}
diff --git a/.github/workflows/github-jdk11-release-actions.yml b/.github/workflows/github-jdk11-release-actions.yml
index 10659a533..3ed0e92af 100644
--- a/.github/workflows/github-jdk11-release-actions.yml
+++ b/.github/workflows/github-jdk11-release-actions.yml
@@ -42,8 +42,6 @@ jobs:
settings-path: ${{ github.workspace }}
- name: "Quality check"
env:
- SONAR_ORGANIZATION: ${{ secrets.SONAR_ORGANIZATION }}
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mvn install -P compatibility-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -q
diff --git a/.github/workflows/github-release-actions.yml b/.github/workflows/github-release-actions.yml
index 3eaee8df4..f9f5285c4 100644
--- a/.github/workflows/github-release-actions.yml
+++ b/.github/workflows/github-release-actions.yml
@@ -42,8 +42,6 @@ jobs:
settings-path: ${{ github.workspace }}
- name: "Quality check"
env:
- SONAR_ORGANIZATION: ${{ secrets.SONAR_ORGANIZATION }}
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mvn install -P compatibility-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -q
diff --git a/README.md b/README.md
index 0b108b817..8c69a3c0c 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,6 @@ It's the only library able to transform Mutable, Immutable, and Mixed bean witho
[![GitHub site](https://img.shields.io/badge/GitHub-site-blue.svg)](https://opensource.expediagroup.com/bull/)
[![Coverage Status](https://coveralls.io/repos/github/ExpediaGroup/bull/badge.svg?branch=master)](https://coveralls.io/github/ExpediaGroup/bull?branch=master)
-[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=BULL&metric=security_rating)](https://sonarcloud.io/dashboard?id=BULL)
[![License](https://img.shields.io/github/license/ExpediaGroup/bull.svg)](https://img.shields.io/github/license/ExpediaGroup/bull.svg)
[![Dependabot](https://img.shields.io/badge/dependabot-enabled-success?logo=dependabot)](https://img.shields.io/badge/dependabot-enabled-success?logo=dependabot)
diff --git a/docs/site/site.xml b/docs/site/site.xml
index c0a0849df..dbdc3c09a 100644
--- a/docs/site/site.xml
+++ b/docs/site/site.xml
@@ -56,7 +56,6 @@