Commit db81a71f authored by Sean McGivern's avatar Sean McGivern

Merge branch '7132-go-support-for-dep-scanning' into 'master'

Run Dependency Scanning against Go projects

See merge request gitlab-org/gitlab!22712
parents bebba18a 8ab6c233
---
title: Detect go when doing dependency scanning
merge_request: 22712
author:
type: added
......@@ -93,7 +93,7 @@ gemnasium-dependency_scanning:
variables:
- $GITLAB_FEATURES =~ /\bdependency_scanning\b/ &&
$DS_DEFAULT_ANALYZERS =~ /gemnasium([^-]|$)/ &&
$CI_PROJECT_REPOSITORY_LANGUAGES =~ /ruby|javascript|php/
$CI_PROJECT_REPOSITORY_LANGUAGES =~ /ruby|javascript|php|\bgo\b/
gemnasium-maven-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