From 086fb04f21b0455d9264aa9e2e205784496aad76 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Sun, 13 Feb 2022 13:20:07 +0000 Subject: [PATCH] CI: disable SemGrep SAST analyzer It runs the flawfinder checks, so let's disable this one for the same reason we disabled flawfinder. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6754c468f..13cfffae2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -134,4 +134,4 @@ include: - template: Secret-Detection.gitlab-ci.yml variables: - SAST_EXCLUDED_ANALYZERS: "eslint,flawfinder,spotbugs" + SAST_EXCLUDED_ANALYZERS: "eslint,flawfinder,semgrep,spotbugs"