chore(snyk): use snyk auth

This commit is contained in:
MDLeom 2020-09-05 13:09:41 +00:00
parent bc9ab239a1
commit 7712e5efe7
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
},
"scripts": {
"hexo": "hexo generate",
"snyk": "snyk config set api=\"$SNYK_TOKEN\" && snyk protect && snyk test && snyk monitor",
"snyk": "snyk auth \"$SNYK_TOKEN\" && snyk protect && snyk test && snyk monitor",
"renovate": "renovate --token \"$BOT_TOKEN\" --platform 'gitlab' --onboarding false --update-lock-files false --labels 'renovate' --recreate-closed true --require-config false curben/blog"
},
"dependencies": {