2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 18:17:09 +00:00

CI: disable flawfinder SAST analyzer

It reports hundreds of issues, lots of them with critical severity.
The GitLab UI allows dismissing them one-by-one very quickly,
but I'm not a good person to do that.
Let's try to have a better signal/noise ratio for this first iteration.
This commit is contained in:
intrigeri 2022-02-13 13:09:32 +00:00
parent 9240e12e73
commit 8655cf162a

View File

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