summaryrefslogtreecommitdiff
path: root/lib/license/finder/ext/go_modules.rb
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-11-10 18:43:31 +0000
committermo khan <mo.khan@gmail.com>2020-11-10 18:43:31 +0000
commit191185c4303768c6d9a1431c35143501c06ee4d7 (patch)
tree97e7ac6fffec356e57b0c52e10eacd716281830e /lib/license/finder/ext/go_modules.rb
parent1bc270fea3b352b44dfcef3fe16e97a2bbd4d7a5 (diff)
parent91f1671c67de9c51407f8527d8fc6197463151d2 (diff)
Merge branch '273255-streaming' into 'main'HEADv3.28.3main
Stream `npm ci` output to log See merge request gitlab-org/security-products/analyzers/license-finder!16
Diffstat (limited to 'lib/license/finder/ext/go_modules.rb')
-rw-r--r--lib/license/finder/ext/go_modules.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/license/finder/ext/go_modules.rb b/lib/license/finder/ext/go_modules.rb
index a0fcb96..8927f2c 100644
--- a/lib/license/finder/ext/go_modules.rb
+++ b/lib/license/finder/ext/go_modules.rb
@@ -10,7 +10,7 @@ module LicenseFinder
within_project_path do
tool_box.install(tool: :golang)
- shell.execute([:go, :mod, :download, '-json'])
+ shell.execute([:go, :mod, :download, '-json'], capture: false)
end
end