Commit 4808ca95 authored by Igor Frenkel's avatar Igor Frenkel Committed by Bob Van Landuyt

Update DS template to detect scala

parent f7ec54f7
---
title: Update detected languages for dependency scanning in no dind mode
merge_request: 27723
author:
type: fixed
......@@ -109,7 +109,7 @@ gemnasium-maven-dependency_scanning:
variables:
- $GITLAB_FEATURES =~ /\bdependency_scanning\b/ &&
$DS_DEFAULT_ANALYZERS =~ /gemnasium-maven/ &&
$CI_PROJECT_REPOSITORY_LANGUAGES =~ /\bjava\b/
$CI_PROJECT_REPOSITORY_LANGUAGES =~ /\b(java|scala)\b/
gemnasium-python-dependency_scanning:
extends: .ds-analyzer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment