From a1426f2ba326b81288d7cfaf56c24868fe9c717c Mon Sep 17 00:00:00 2001 From: Syndamia Date: Wed, 14 Aug 2024 16:30:30 +0300 Subject: feat(ci)!: Removed workflow SonarCloud configuration Will use automatic --- .github/workflows/ci.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbad4ba..5cf4541 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,21 +46,9 @@ jobs: - run: sudo apt-get install -y flawfinder - run: make security-analysis - SAST-SonarCloud: - runs-on: ubuntu-latest - needs: Clone-repo - steps: - - uses: actions/download-artifact@v3 - with: - name: source-code - path: . - - uses: SonarSource/sonarcloud-github-action@master - env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - Build: runs-on: ubuntu-latest - needs: [ Unit-tests, clang-analysis, SAST-flawfinder, SAST-SonarCloud ] + needs: [ Unit-tests, clang-analysis, SAST-flawfinder ] steps: - uses: actions/download-artifact@v3 with: -- cgit v1.2.3