summaryrefslogtreecommitdiff
path: root/lib/license/management/report/v2.rb
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-10-22 20:24:29 +0000
committermo khan <mo.khan@gmail.com>2019-10-22 20:24:29 +0000
commit431f07f8d11b2bc2a8fd09351a4323c9df676822 (patch)
tree4f40b60925a4edf8eace71ae8af65bb5d67c7b6b /lib/license/management/report/v2.rb
parent7f175952a5a047d785b5ea72c15a10642523c62a (diff)
parent561556fbd1f59492cfa8fdd790f2ce39c90f3a8d (diff)
Merge branch 'remove-tech-debt' into 'master'v1.7.2
Remove feature flags and temporary mappings See merge request gitlab-org/security-products/license-management!75
Diffstat (limited to 'lib/license/management/report/v2.rb')
-rw-r--r--lib/license/management/report/v2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/license/management/report/v2.rb b/lib/license/management/report/v2.rb
index 5df6af7..810d191 100644
--- a/lib/license/management/report/v2.rb
+++ b/lib/license/management/report/v2.rb
@@ -26,7 +26,7 @@ module License
end
def data_for(license)
- repository.item_for(license, spdx: true)
+ repository.item_for(license)
end
def map_from(dependency)