summaryrefslogtreecommitdiff
path: root/spec/support
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-20 23:25:14 -0600
committermo khan <mo.khan@gmail.com>2020-04-20 23:25:14 -0600
commit702b728ac0c02e0c08543e54265ed0c13738348c (patch)
tree796b7f37e619ea691f1c40ed71652ddfa0160d4c /spec/support
parent690819209575c28b1d54ac710322dce3356fc1ab (diff)
Generate gl specific report format
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/integration_test_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/integration_test_helper.rb b/spec/support/integration_test_helper.rb
index 7e1f23b..1e0450d 100644
--- a/spec/support/integration_test_helper.rb
+++ b/spec/support/integration_test_helper.rb
@@ -70,7 +70,7 @@ module IntegrationTestHelper
def scan(env: {})
command = [
- 'ruby -Ilib /opt/ruby/bin/spandx scan --format=json -r spandx/gitlab -R -l /dev/stderr',
+ "ruby -Ilib /opt/ruby/bin/spandx scan --format=json -r spandx/gitlab > #{project_path}/gl-license-management-report.json",
project_path
].join(' ')
return {} unless execute(env, command)