Update SAST.gitlab-ci.yml - Add SAST_GITLEAKS_ENTROPY_LEVEL

This env was missing, causing the variable to not
be propagated to child containers and thus, be ineffective
This commit is contained in:
Lucas Charles 2019-05-24 08:33:21 +00:00 committed by Kamil Trzciński
parent bbe979f89c
commit af549bf12c
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
title: Update SAST.gitlab-ci.yml - Add SAST_GITLEAKS_ENTROPY_LEVEL
merge_request: 28607
author:
type: fixed

View File

@ -40,6 +40,7 @@ sast:
SAST_BRAKEMAN_LEVEL \
SAST_GOSEC_LEVEL \
SAST_FLAWFINDER_LEVEL \
SAST_GITLEAKS_ENTROPY_LEVEL \
SAST_DOCKER_CLIENT_NEGOTIATION_TIMEOUT \
SAST_PULL_ANALYZER_IMAGE_TIMEOUT \
SAST_RUN_ANALYZER_TIMEOUT \