Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions scanpipe/tests/data/flume-ng-node-d2d.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,13 +296,7 @@
"percentage_of_license_text": null,
"copyrights": [],
"holders": [],
"authors": [
{
"author": "Apache Maven",
"end_line": 1,
"start_line": 1
}
],
"authors": [],
"package_data": [],
"for_packages": [],
"emails": [],
Expand Down
13 changes: 12 additions & 1 deletion scanpipe/tests/data/is-npm-1.0.0_scan_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@
"identifier": "mit-3fce6ea2-8abd-6c6b-3ede-a37af7c6efee",
"license_expression": "mit",
"detection_count": 2
},
{
"identifier": "mit-a822f434-d61f-f2b1-c792-8b8cb9e7b9bf",
"license_expression": "mit",
"detection_count": 1
}
],
"files": [
Expand Down Expand Up @@ -413,7 +418,13 @@
"percentage_of_license_text": 3.33,
"copyrights": [],
"holders": [],
"authors": [],
"authors": [
{
"author": "Sindre Sorhus",
"start_line": 7,
"end_line": 8
}
],
"emails": [
{
"email": "sindresorhus@gmail.com",
Expand Down
21 changes: 19 additions & 2 deletions scanpipe/tests/data/multiple-is-npm-1.0.0_scan_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,11 @@
"identifier": "mit-3fce6ea2-8abd-6c6b-3ede-a37af7c6efee",
"license_expression": "mit",
"detection_count": 4
},
{
"identifier": "mit-a822f434-d61f-f2b1-c792-8b8cb9e7b9bf",
"license_expression": "mit",
"detection_count": 2
}
],
"files": [
Expand Down Expand Up @@ -623,7 +628,13 @@
"percentage_of_license_text": 3.33,
"copyrights": [],
"holders": [],
"authors": [],
"authors": [
{
"author": "Sindre Sorhus",
"start_line": 7,
"end_line": 8
}
],
"emails": [
{
"email": "sindresorhus@gmail.com",
Expand Down Expand Up @@ -876,7 +887,13 @@
"percentage_of_license_text": 3.33,
"copyrights": [],
"holders": [],
"authors": [],
"authors": [
{
"author": "Sindre Sorhus",
"start_line": 7,
"end_line": 8
}
],
"emails": [
{
"email": "sindresorhus@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ install_requires =
# Docker
container-inspector==32.0.1
# ScanCode-toolkit
scancode-toolkit[packages]==32.0.4
scancode-toolkit[packages]==32.0.5rc3
extractcode[full]==31.0.0
commoncode==31.0.2
# FetchCode
Expand Down