update snyk.ymk
This commit is contained in:
parent
687c07da93
commit
a5b86ec20c
1 changed files with 7 additions and 1 deletions
6
.github/workflows/snyk.yml
vendored
6
.github/workflows/snyk.yml
vendored
|
@ -11,3 +11,9 @@ jobs:
|
||||||
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