diff options
| author | mo khan <mo.khan@gmail.com> | 2019-10-17 19:36:56 +0000 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-10-17 19:36:56 +0000 |
| commit | 3bbac84b46cf8419fb7a6f0304217ad810a842b2 (patch) | |
| tree | 330bc934cb28632a647bb822e72e46b003916ba2 /test | |
| parent | 7fe9eede20f1f7bd8b82b759df3e198acb563ba9 (diff) | |
| parent | 8e46aa67ca5be04f5aae12a4eec63434ed0fefff (diff) | |
Merge branch 'js-names' into 'master'
This maps the hard-coded license names to spdx ids
See merge request gitlab-org/security-products/license-management!67
Diffstat (limited to 'test')
| -rw-r--r-- | test/results/ruby-bundler-v1.1.json | 2 | ||||
| -rw-r--r-- | test/results/ruby-bundler-v1.json | 2 | ||||
| -rw-r--r-- | test/results/ruby-bundler-v2.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/results/ruby-bundler-v1.1.json b/test/results/ruby-bundler-v1.1.json index 7bfd775..2a8833e 100644 --- a/test/results/ruby-bundler-v1.1.json +++ b/test/results/ruby-bundler-v1.1.json @@ -28,7 +28,7 @@ }, "dependency": { "name": "bundler", - "url": "https://bundler.io", + "url": "http://bundler.io", "description": "The best way to manage your application's dependencies", "pathes": [ "." diff --git a/test/results/ruby-bundler-v1.json b/test/results/ruby-bundler-v1.json index c66a9a3..03b3505 100644 --- a/test/results/ruby-bundler-v1.json +++ b/test/results/ruby-bundler-v1.json @@ -21,7 +21,7 @@ }, "dependency": { "name": "bundler", - "url": "https://bundler.io", + "url": "http://bundler.io", "description": "The best way to manage your application's dependencies", "pathes": [ "." diff --git a/test/results/ruby-bundler-v2.json b/test/results/ruby-bundler-v2.json index 31a2c0b..5e4501f 100644 --- a/test/results/ruby-bundler-v2.json +++ b/test/results/ruby-bundler-v2.json @@ -23,7 +23,7 @@ "dependencies": [ { "name": "bundler", - "url": "https://bundler.io", + "url": "http://bundler.io", "description": "The best way to manage your application's dependencies", "paths": [ "." |
