From cfb593daf3d402bfe253bf963ff036514a3a9da8 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 14 Feb 2018 23:35:00 +0100 Subject: [PATCH] update ci --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1128296..9360876 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ cache: stages: - mirror +- security - test - release - trigger @@ -20,6 +21,15 @@ mirror: tags: - docker +security: + stage: security + script: + - npmci command yarn global add snyk + - npmci command yarn install --ignore-scripts + - npmci command snyk test + tags: + - docker + testLEGACY: stage: test script: