From 966d17cca3d248fac35c5b0d35b62512ce989a69 Mon Sep 17 00:00:00 2001 From: "duc.do" Date: Mon, 30 Sep 2024 15:01:05 +0700 Subject: [PATCH] chore: remove sonar --- .github/workflows/sonar.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/sonar.yml diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml deleted file mode 100644 index 42c1bee..0000000 --- a/.github/workflows/sonar.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: SonarQube analysis - -on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] - workflow_dispatch: - -permissions: - pull-requests: read - -jobs: - Analysis: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: Analyze with SonarQube - uses: SonarSource/sonarqube-scan-action@884b79409bbd464b2a59edc326a4b77dc56b2195 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} - with: - args: - -Dsonar.projectKey=Terraform-provider