From 39b765bdadc7987ec2962f2c63982662653fafa7 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 31 Jan 2018 15:09:58 +0000 Subject: Change SAST confidence level in .gitlab-ci.yml Signed-off-by: Dmitriy Zaporozhets --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be18520b876..e0f7615704b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -627,6 +627,8 @@ codequality: sast: <<: *except-docs image: registry.gitlab.com/gitlab-org/gl-sast:latest + variables: + CONFIDENCE_LEVEL: 2 before_script: [] script: - /app/bin/run . -- cgit v1.2.1