fix(ci): update Snyk config
All checks were successful
CI w/ Poetry and Docker / ci (pull_request) Successful in 1m1s
All checks were successful
CI w/ Poetry and Docker / ci (pull_request) Successful in 1m1s
This commit is contained in:
parent
68883f835c
commit
560a4c37ea
@ -54,8 +54,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Snyk Vulnerability Scan
|
- name: Snyk Vulnerability Scan
|
||||||
uses: snyk/actions/python-3.10@master
|
uses: snyk/actions/python-3.10@master
|
||||||
continue-on-error: true # To make sure that SARIF upload gets called
|
continue-on-error: true # Sometimes vulns aren't immediately fixable
|
||||||
env:
|
env:
|
||||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||||
with:
|
with:
|
||||||
args: --sarif-file-output=snyk.sarif --all-projects
|
command: test
|
||||||
|
args: --all-projects
|
||||||
|
json: true
|
||||||
|
Loading…
Reference in New Issue
Block a user