CI: disable SemGrep SAST analyzer

It runs the flawfinder checks, so let's disable this one for the same reason
we disabled flawfinder.
This commit is contained in:
intrigeri 2022-02-13 13:20:07 +00:00
parent 9bbbcd8447
commit 086fb04f21

View file

@ -134,4 +134,4 @@ include:
- template: Secret-Detection.gitlab-ci.yml - template: Secret-Detection.gitlab-ci.yml
variables: variables:
SAST_EXCLUDED_ANALYZERS: "eslint,flawfinder,spotbugs" SAST_EXCLUDED_ANALYZERS: "eslint,flawfinder,semgrep,spotbugs"