diff options
| author | mo khan <mo.khan@gmail.com> | 2019-10-15 16:31:02 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-10-16 10:56:29 -0600 |
| commit | 8e46aa67ca5be04f5aae12a4eec63434ed0fefff (patch) | |
| tree | 330bc934cb28632a647bb822e72e46b003916ba2 /test/results | |
| parent | 7fe9eede20f1f7bd8b82b759df3e198acb563ba9 (diff) | |
This maps the hardcoded names to spdx ids
The GitLab UI has a hardcoded list of license names that need to be
mapped to the equivalent SPDX identifier.
* https://gitlab.com/gitlab-org/gitlab/blob/5d760ac8b75c07a3c748485fe08130fcc9af2acf/ee/app/assets/javascripts/vue_shared/license_management/constants.js#L8-32
Diffstat (limited to 'test/results')
| -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": [ "." |
