summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin <julien.voisin@dustri.org>2022-04-05 18:35:09 +0000
committerjvoisin <julien.voisin@dustri.org>2022-04-05 18:35:09 +0000
commit52743dadf311ad002f38bae3c707cd21c0cc408e (patch)
tree334e861a613c6ee0730749ba5443466b678515ef
parenta8020d8076985f6a357f2e1d842ac7ec147cb430 (diff)
Update .gitlab-ci.ymljvoisin-master-patch-82710
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5c0acda625..5cde48b096 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ variables:
# These can be specified per job or per pipeline
ARTIFACT_COMPRESSION_LEVEL: "fast"
CACHE_COMPRESSION_LEVEL: "fast"
- SAST_EXCLUDED_ANALYZERS: bandit,eslint
+ SAST_EXCLUDED_ANALYZERS: "bandit"
SAST_EXCLUDED_PATHS: spec,test,tests,tmp,extern
.Ubuntu_Image: