Skip to content

Commit e63f3ce

Browse files
committed
Setting tool_name to ScanCode.io for output
1 parent a999b4a commit e63f3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scanpipe/pipes/output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def get_headers(self, project):
232232
other_tools = [f"pkg:pypi/scancode-toolkit@{scancode_toolkit_version}"]
233233

234234
headers = {
235-
"tool_name": "scanpipe",
235+
"tool_name": "ScanCode.io",
236236
"tool_version": scancodeio_version,
237237
"other_tools": other_tools,
238238
"notice": SCAN_NOTICE,

0 commit comments

Comments
 (0)