Hi!
I’ve a question about dependency scanning and license. I’m not sure if this is the best place to ask about this.
Dependency scanning page mentions that it’s only available in the “ultimate” tier, however, using GitLab.com free tier I can enable the dep scanning in the pipeline and get the artefact with the result. Am I allowed to do this or this can be a violation of the license?
I enabled it with the following configuration in .gitlab-ci.yml
:
stages:
- test
variables:
GITLAB_FEATURES: "${GITLAB_FEATURES},dependency_scanning"
include:
- template: Dependency-Scanning.gitlab-ci.yml