You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f'{len(components)} undeclared component(s) were found.\n'
107
+
f'Add the following snippet into your `scanoss.json` file\n'
108
+
f'{{code:json}}\n'
109
+
f'{json_content}\n'
110
+
f'{{code}}\n'
99
111
)
100
-
returnf'{len(components)} undeclared component(s) were found.\nAdd the following snippet into your `scanoss.json` file\n{{code:json}}\n{json.dumps(self._generate_scanoss_file(components), indent=2)}\n{{code}}\n'
f'{len(components)} undeclared component(s) were found.\n'
115
+
f'Add the following snippet into your `sbom.json` file\n'
116
+
f'{{code:json}}\n'
117
+
f'{json_content}\n'
118
+
f'{{code}}\n'
106
119
)
107
-
returnf'{len(components)} undeclared component(s) were found.\nAdd the following snippet into your `sbom.json` file\n{{code:json}}\n{json.dumps(self._generate_scanoss_file(components), indent=2)}\n{{code}}\n'
108
-
109
120
returnf'{len(components)} undeclared component(s) were found.\\n'
0 commit comments