From 3c80dff62c677b26c0cda76964b5a6bdec01bde3 Mon Sep 17 00:00:00 2001 From: Utz-Uwe Haus <uhaus@hpe.com> Date: Tue, 7 Sep 2021 12:53:37 +0200 Subject: [PATCH] add analyzer run to sage-sast target --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ced34ca..047ae795 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -215,5 +215,7 @@ sast-sage: tags: - public-docker stage: test + script: + - /analyzers run include: - template: Security/SAST.gitlab-ci.yml -- GitLab