fix(core): update

This commit is contained in:
2020-05-27 16:06:07 +00:00
parent 4b5581a6f1
commit 912bdc61fb
9 changed files with 2372 additions and 622 deletions

View File

@@ -24,13 +24,14 @@ mirror:
- docker
- notpriv
snyk:
audit:
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
stage: security
script:
- npmci npm prepare
- npmci command npm install -g snyk
- npmci command npm install --ignore-scripts
- npmci command snyk test
- npmci command npm config set registry https://registry.npmjs.org
- npmci command npm audit --audit-level=high
tags:
- lossless
- docker