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 }}