fix(ci): fix Snyk
All checks were successful
CI w/ Poetry and Docker / ci (pull_request) Successful in 1m7s
All checks were successful
CI w/ Poetry and Docker / ci (pull_request) Successful in 1m7s
This commit is contained in:
parent
c31aac8538
commit
ba1313a215
@ -54,7 +54,9 @@ jobs:
|
||||
|
||||
- name: Snyk Vulnerability Scan
|
||||
continue-on-error: true # Sometimes vulns aren't immediately fixable
|
||||
run: docker run --rm -v "${{ gitea.workspace }}:/app" -e "SNYK_TOKEN=${{ secrets.SNYK_TOKEN }}" snyk/snyk:python snyk test --all-projects --json
|
||||
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-3.10@master
|
||||
|
Loading…
Reference in New Issue
Block a user