diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f949857f0b7d101001b9b21ef99ae1c2c783a43..4ebb98430e224a5640406d3110238fcfc5d24a13 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,6 +29,8 @@ publish_npm: image: node script: - npm install -g lerna + - npm install -g snyk + - snyk auth $SNYK_TOKEN - npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN} - npm config set always-auth=true - npm config set email=ludan.stoeckle@rosaenlg.org