Commit 35de38cf authored by Lucas Charles's avatar Lucas Charles

Update language detection for SAST NO_DIND spotbugs coverage

Update language detection for spotbugs analyzer to include scala
and groovy

Related to https://gitlab.com/gitlab-org/gitlab/-/issues/119092
parent 635167ac
---
title: Update detected languages for sast in no dind mode
merge_request: 27831
author:
type: fixed
...@@ -184,7 +184,7 @@ spotbugs-sast: ...@@ -184,7 +184,7 @@ spotbugs-sast:
variables: variables:
- $GITLAB_FEATURES =~ /\bsast\b/ && - $GITLAB_FEATURES =~ /\bsast\b/ &&
$SAST_DEFAULT_ANALYZERS =~ /spotbugs/ && $SAST_DEFAULT_ANALYZERS =~ /spotbugs/ &&
$CI_PROJECT_REPOSITORY_LANGUAGES =~ /java\b/ $CI_PROJECT_REPOSITORY_LANGUAGES =~ /\b(groovy|java|scala)\b/
tslint-sast: tslint-sast:
extends: .sast-analyzer 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