Skip to content

Commit ba0004c

Browse files
committed
temporary logging to debug issue
Signed-off-by: Luis Augenstein <luis.augenstein@tngtech.com>
1 parent 3f23e64 commit ba0004c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sbom/lib/sbom/spdx_graph.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ def _build_kernel_file_graph(
153153
for node in iter_cmd_graph(cmd_graph):
154154
if len(node.children) == 0:
155155
continue
156+
if file_elements[node.absolute_path].is_root:
157+
logging.info(f"Processing Root: {node.absolute_path}")
158+
156159
output_filename = file_elements[node.absolute_path].name
157160
build_element = Build(
158161
spdxId=generate_spdx_id("build_Build", f"{output_filename}"),

0 commit comments

Comments
 (0)