aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMoshe Kaplan <mosheekaplan@gmail.com>2022-04-28 13:34:00 +0000
committerMoshe Kaplan <mosheekaplan@gmail.com>2022-04-28 13:34:00 +0000
commit7e04ea32024c91a3652cfed5141f00d8a807315b (patch)
tree124b95e4c6d5aac1fdd14153396df50bb6249ed7 /.gitlab-ci.yml
parent84515e31755965927c8da8b44ad385cf186117e6 (diff)
.gitlab-ci.yml: Disable security-code-scan
Disable security-code-scan, a .NET scanner which is not applicable to Wireshark.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 821d9041a6..2727f86a8f 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,semgrep,spotbugs"
+ SAST_EXCLUDED_ANALYZERS: "brakeman,eslint,security-code-scan,semgrep,spotbugs"
# Scheduled builds additionally set SCHEDULE_TYPE, which can be one of:
# - daily: Daily at 10:00 UTC