mirror of https://gitlab.com/curben/blog
ci: explicitly specify SNYK_TOKEN
This commit is contained in:
parent
5ab19a9d24
commit
c92fbee1d5
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"build": "hexo generate",
|
||||
"snyk": "snyk auth && snyk-protect && snyk test && snyk monitor",
|
||||
"snyk": "snyk auth $SNYK_TOKEN && snyk-protect && snyk test && snyk monitor",
|
||||
"renovate": "renovate --platform 'gitlab' --onboarding false --update-lock-files false --labels 'renovate' --recreate-closed true --require-config 'ignored' \"$CI_PROJECT_PATH\""
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -23,4 +23,4 @@
|
|||
"devDependencies": {
|
||||
"hexo-server": "hexojs/hexo-server"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue