update snyk.yml
This commit is contained in:
parent
f0503cceaf
commit
ec462f1a7b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/snyk.yml
vendored
4
.github/workflows/snyk.yml
vendored
|
@ -8,4 +8,6 @@ jobs:
|
|||
- name: Run Snyk to check for vulnerabilities
|
||||
uses: snyk/actions/php@master
|
||||
env:
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
with:
|
||||
args: --all-projects
|
Reference in a new issue