aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2024-08-14 16:30:30 +0300
committerSyndamia <kamen@syndamia.com>2024-08-14 16:30:30 +0300
commita1426f2ba326b81288d7cfaf56c24868fe9c717c (patch)
tree325525c43d13582adee9a93512bfaa5fe3069118 /.github
parent96c50eae37b2925c7139590e486f40d889a3b9bf (diff)
downloadpico-web-a1426f2ba326b81288d7cfaf56c24868fe9c717c.tar
pico-web-a1426f2ba326b81288d7cfaf56c24868fe9c717c.tar.gz
pico-web-a1426f2ba326b81288d7cfaf56c24868fe9c717c.zip
feat(ci)!: Removed workflow SonarCloud configuration
Will use automatic
Diffstat (limited to '.github')
-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: