update snyk.ymk
This commit is contained in:
parent
687c07da93
commit
a5b86ec20c
1 changed files with 7 additions and 1 deletions
8
.github/workflows/snyk.yml
vendored
8
.github/workflows/snyk.yml
vendored
|
@ -10,4 +10,10 @@ jobs:
|
||||||
env:
|
env:
|
||||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||||
with:
|
with:
|
||||||
args: --all-projects
|
args: --all-projects
|
||||||
|
- name: Snyk monitor
|
||||||
|
run: snyk test
|
||||||
|
env:
|
||||||
|
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||||
|
with:
|
||||||
|
command: monitor
|
Reference in a new issue