diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40386cf3b0..821d9041a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ variables: # Enable color output in CMake, Ninja, and other tools. https://bixense.com/clicolors/ CLICOLOR_FORCE: 1 # Skip irrelevant SAST scanners: - SAST_EXCLUDED_ANALYZERS: "brakeman,eslint,spotbugs" + SAST_EXCLUDED_ANALYZERS: "brakeman,eslint,semgrep,spotbugs" # Scheduled builds additionally set SCHEDULE_TYPE, which can be one of: # - daily: Daily at 10:00 UTC