mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
CI: disable Dependency Scanning
According to https://docs.gitlab.com/ee/user/application_security/dependency_scanning/, "dependency scanning lets you know if your application uses an external (open source) library that is known to be vulnerable". AppArmor is not the kind of project that benefits from it: we don't link statically against our dependencies, nor bundle them into released artifacts.
This commit is contained in:
parent
7d69e55074
commit
9240e12e73
1 changed files with 0 additions and 1 deletions
|
@ -132,7 +132,6 @@ shellcheck:
|
|||
include:
|
||||
- template: SAST.gitlab-ci.yml
|
||||
- template: Secret-Detection.gitlab-ci.yml
|
||||
- template: Dependency-Scanning.gitlab-ci.yml
|
||||
|
||||
variables:
|
||||
SAST_EXCLUDED_ANALYZERS: "spotbugs"
|
||||
|
|
Loading…
Add table
Reference in a new issue