From 404fa217515b7f5f5340f0db131c638fdb0fe17e Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 13 Jan 2020 19:46:36 -0700 Subject: Add scan of .NET Core sample project --- spec/support/integration_test_helper.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'spec/support') diff --git a/spec/support/integration_test_helper.rb b/spec/support/integration_test_helper.rb index df75176..485af1b 100644 --- a/spec/support/integration_test_helper.rb +++ b/spec/support/integration_test_helper.rb @@ -11,6 +11,10 @@ module IntegrationTestHelper IO.write(full_path, block_given? ? yield : content) end + def clone(repo) + execute({}, "git clone #{repo} #{project_path}") + end + def scan(env: {}) return {} unless execute(env, './bin/test-local', project_path) -- cgit v1.2.3