From f2741d381371fb9a65b6b9f9909161eb333a7b21 Mon Sep 17 00:00:00 2001 From: Sumesh Punakkal Kariyil Date: Wed, 30 Mar 2022 13:14:47 -0700 Subject: [PATCH] Update reports-api-cd.yml --- .github/workflows/reports-api-cd.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/reports-api-cd.yml b/.github/workflows/reports-api-cd.yml index c3ee014..9b46b26 100644 --- a/.github/workflows/reports-api-cd.yml +++ b/.github/workflows/reports-api-cd.yml @@ -47,12 +47,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 - - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SONAR_TOKEN: ${{ env.SONAR_TOKEN }} - - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@v1