mirror of https://gitlab.com/curben/blog
chore(snyk): update auth method
- https://support.snyk.io/hc/en-us/articles/360004008258#UUID-4f46843c-174d-f448-cadf-893cfd7dd858_section-idm4557419555668831541902780562
This commit is contained in:
parent
df475584ae
commit
176df56ffc
|
@ -7,7 +7,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"hexo": "hexo generate",
|
"hexo": "hexo generate",
|
||||||
"snyk": "snyk auth $SNYK_TOKEN && snyk protect && snyk test && snyk monitor",
|
"snyk": "snyk config set api=$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"
|
"renovate": "renovate --token $BOT_TOKEN --platform 'gitlab' --onboarding false --update-lock-files false --labels 'renovate' --recreate-closed true --require-config false curben/blog"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in New Issue