fix(ci): fix Snyk
All checks were successful
CI w/ Poetry and Docker / ci (pull_request) Successful in 1m3s
All checks were successful
CI w/ Poetry and Docker / ci (pull_request) Successful in 1m3s
This commit is contained in:
parent
7070344fe5
commit
8d2fa2a8dc
@ -64,6 +64,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||||
with:
|
with:
|
||||||
command: snyk test --all-projects --json
|
command: snyk
|
||||||
# args: --all-projects
|
args: test --all-projects --json
|
||||||
# json: true
|
# json: true
|
||||||
|
Loading…
Reference in New Issue
Block a user