2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 22:05:27 +00:00

CI: disable spotbugs SAST analyzer

It requires building our Ant projects, which have not been touched in years.
This commit is contained in:
intrigeri
2022-02-13 12:49:21 +00:00
parent 9f8c0d25e3
commit 7d69e55074

View File

@@ -133,3 +133,6 @@ include:
- template: SAST.gitlab-ci.yml
- template: Secret-Detection.gitlab-ci.yml
- template: Dependency-Scanning.gitlab-ci.yml
variables:
SAST_EXCLUDED_ANALYZERS: "spotbugs"