Commit af70f7a0 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch '119092-update-detected-languages-for-sast-no-dind-mode' into 'master'

Update language detection for SAST NO_DIND spotbugs coverage

Closes #119092

See merge request gitlab-org/gitlab!27831
parents 9f4220f8 35de38cf
---
title: Update detected languages for sast in no dind mode
merge_request: 27831
author:
type: fixed
......@@ -184,7 +184,7 @@ spotbugs-sast:
variables:
- $GITLAB_FEATURES =~ /\bsast\b/ &&
$SAST_DEFAULT_ANALYZERS =~ /spotbugs/ &&
$CI_PROJECT_REPOSITORY_LANGUAGES =~ /java\b/
$CI_PROJECT_REPOSITORY_LANGUAGES =~ /\b(groovy|java|scala)\b/
tslint-sast:
extends: .sast-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