mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
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:
parent
9bbbcd8447
commit
086fb04f21
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue