Skip to content

Commit

Permalink
disabled safety (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverDrechsler authored Mar 13, 2023
1 parent 4d4cdbb commit e35b625
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -87,4 +87,4 @@ jobs:
# uses: sonarsource/sonarcloud-github-action@master
# env:
# # GITHUB_TOKEN: ${​{ secrets.GITHUB_TOKEN }}
# SONAR_TOKEN: ${​{ secrets.SONAR_TOKEN }}
# SONAR_TOKEN: ${​{ secrets.SONAR_TOKEN }}

0 comments on commit e35b625

Please sign in to comment.