fix(ci): remove --all-projects
This commit is contained in:
parent
676d25c156
commit
ce8baa0bfb
@ -76,7 +76,7 @@ jobs:
|
|||||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||||
with:
|
with:
|
||||||
# command: snyk
|
# command: snyk
|
||||||
args: snyk code test --all-projects --exclude=.archive
|
args: snyk code test #--all-projects --exclude=.archive
|
||||||
|
|
||||||
- name: Snyk Vulnerability Scan
|
- name: Snyk Vulnerability Scan
|
||||||
uses: snyk/actions/python@master
|
uses: snyk/actions/python@master
|
||||||
@ -86,7 +86,7 @@ jobs:
|
|||||||
DEBUG: "*snyk*"
|
DEBUG: "*snyk*"
|
||||||
with:
|
with:
|
||||||
# command: snyk
|
# command: snyk
|
||||||
args: snyk test --all-projects --exclude=.archive
|
args: snyk test #--all-projects --exclude=.archive
|
||||||
|
|
||||||
- name: Reverse set up environment for Snyk
|
- name: Reverse set up environment for Snyk
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user