aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml14
1 files changed, 1 insertions, 13 deletions
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: