fix(ci): fix Snyk
All checks were successful
CI w/ Poetry and Docker / ci (pull_request) Successful in 1m1s

This commit is contained in:
Luke Tainton 2025-01-02 16:57:44 +00:00
parent 8d837932e4
commit 588a6e257c
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -52,12 +52,6 @@ jobs:
env: env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} 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 - name: Snyk Vulnerability Scan
uses: snyk/actions/python@master uses: snyk/actions/python@master
continue-on-error: true # Sometimes vulns aren't immediately fixable continue-on-error: true # Sometimes vulns aren't immediately fixable