fix(ci): fix constantly failing CI #450
@ -52,12 +52,6 @@ jobs:
|
||||
env:
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
|
||||
# - name: Snyk Vulnerability Scan
|
||||
# continue-on-error: true # Sometimes vulns aren't immediately fixable
|
||||
# run: |
|
||||
# echo ${{ github.workspace }}
|
||||
# docker run --rm -v "${{ gitea.workspace }}:/app" -e "SNYK_TOKEN=${{ secrets.SNYK_TOKEN }}" snyk/snyk:python snyk test --all-projects --json
|
||||
|
||||
- name: Snyk Vulnerability Scan
|
||||
uses: snyk/actions/python@master
|
||||
continue-on-error: true # Sometimes vulns aren't immediately fixable
|
||||
|
Loading…
Reference in New Issue
Block a user