Commit 8ab6c233 authored by Igor Frenkel's avatar Igor Frenkel Committed by Sean McGivern

Run Dependency Scanning against Go projects

parent bebba18a
---
title: Detect go when doing dependency scanning
merge_request: 22712
author:
type: added
...@@ -93,7 +93,7 @@ gemnasium-dependency_scanning: ...@@ -93,7 +93,7 @@ gemnasium-dependency_scanning:
variables: variables:
- $GITLAB_FEATURES =~ /\bdependency_scanning\b/ && - $GITLAB_FEATURES =~ /\bdependency_scanning\b/ &&
$DS_DEFAULT_ANALYZERS =~ /gemnasium([^-]|$)/ && $DS_DEFAULT_ANALYZERS =~ /gemnasium([^-]|$)/ &&
$CI_PROJECT_REPOSITORY_LANGUAGES =~ /ruby|javascript|php/ $CI_PROJECT_REPOSITORY_LANGUAGES =~ /ruby|javascript|php|\bgo\b/
gemnasium-maven-dependency_scanning: gemnasium-maven-dependency_scanning:
extends: .ds-analyzer 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