update snyk.yml
This commit is contained in:
parent
f0503cceaf
commit
ec462f1a7b
1 changed files with 3 additions and 1 deletions
2
.github/workflows/snyk.yml
vendored
2
.github/workflows/snyk.yml
vendored
|
@ -9,3 +9,5 @@ jobs:
|
|||
uses: snyk/actions/php@master
|
||||
env:
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
with:
|
||||
args: --all-projects
|
Reference in a new issue