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:
parent
bbe979f89c
commit
af549bf12c
2 changed files with 6 additions and 0 deletions
5
changelogs/unreleased/patch-64.yml
Normal file
5
changelogs/unreleased/patch-64.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Update SAST.gitlab-ci.yml - Add SAST_GITLEAKS_ENTROPY_LEVEL
|
||||
merge_request: 28607
|
||||
author:
|
||||
type: fixed
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue