Skip to content

Enable GitLab's dependency scanning

Santiago Gil requested to merge santigl/gitlab-dep-scan into master

Before raising this MR, consider whether the following are required, and complete if so:

  • [ ] Unit tests
  • [ ] Metrics
  • [ ] Documentation update(s)

If not required, please explain in brief why not.

This is a CI change.

Description

This enables GitLab's Dependency Scanning feature.

The feature will show if the required version of some dependency has known security issues and thus should be upgraded.

Changes proposed in this merge request:

  • Add required include in .gitlab-ci.yml
Edited by Santiago Gil

Merge request reports