2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 01:57:43 +00:00

CI: don't run the Bandit SAST analyzer on our test suites

Let's focus for now on code that runs on our users' systems.
This commit is contained in:
intrigeri 2022-02-13 13:28:38 +00:00
parent 086fb04f21
commit 8c8965a720

View File

@ -135,3 +135,4 @@ include:
variables:
SAST_EXCLUDED_ANALYZERS: "eslint,flawfinder,semgrep,spotbugs"
SAST_BANDIT_EXCLUDED_PATHS: "*/tst/*, */test/*"