fix(ci): fix Snyk CLI cmds
This commit is contained in:
parent
44b35f7066
commit
00a1396085
@ -75,8 +75,8 @@ jobs:
|
||||
env:
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
with:
|
||||
command: code test
|
||||
args: --all-projects --exclude=.archive
|
||||
command: snyk
|
||||
args: code test --all-projects --exclude=.archive
|
||||
|
||||
- name: Snyk Vulnerability Scan
|
||||
uses: snyk/actions/python@master
|
||||
@ -84,8 +84,8 @@ jobs:
|
||||
env:
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
with:
|
||||
command: test
|
||||
args: --all-projects --exclude=.archive
|
||||
command: snyk
|
||||
args: test --all-projects --exclude=.archive
|
||||
|
||||
- name: Reverse set up environment for Snyk
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user