Skip to content

Commit a306d08

Browse files
committed
Setting tool_name to ScanCode.io for output
Signed-off-by: Avan2021 <avandalal2007@gmail.com>
1 parent e5a085b commit a306d08

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)