From e35b625b20894e9277137299a0d6c4e5be6aa3d2 Mon Sep 17 00:00:00 2001 From: Oliver Drechsler Date: Mon, 13 Mar 2023 23:01:17 +0100 Subject: [PATCH] disabled safety (#99) --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd480c6..a90aa87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,10 +74,10 @@ jobs: file: ./coverage.xml flags: unittests - - name: vulernability check in dependcies - run: | - pip install safety - safety check --full-report + # - name: vulernability check in dependcies + # run: | + # pip install safety + # safety check --full-report # - name: Run Snyk to check for vulnerabilities # uses: snyk/actions/node@master @@ -87,4 +87,4 @@ jobs: # uses: sonarsource/sonarcloud-github-action@master # env: # # GITHUB_TOKEN: ${​{ secrets.GITHUB_TOKEN }} - # SONAR_TOKEN: ${​{ secrets.SONAR_TOKEN }} \ No newline at end of file + # SONAR_TOKEN: ${​{ secrets.SONAR_TOKEN }}