We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a999b4a commit e63f3ceCopy full SHA for e63f3ce
scanpipe/pipes/output.py
@@ -232,7 +232,7 @@ def get_headers(self, project):
232
other_tools = [f"pkg:pypi/scancode-toolkit@{scancode_toolkit_version}"]
233
234
headers = {
235
- "tool_name": "scanpipe",
+ "tool_name": "ScanCode.io",
236
"tool_version": scancodeio_version,
237
"other_tools": other_tools,
238
"notice": SCAN_NOTICE,
0 commit comments