.gitlab-ci.yml: Disable semgrep

Disable semgrep SAST scanner because it cannot properly
handle macros used in Wireshark dissectors and other code.
This commit is contained in:
Moshe Kaplan 2022-04-27 00:26:18 +00:00
parent c2444370f4
commit c3249701b5
1 changed files with 1 additions and 1 deletions

View File

@ -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