Skip to content

Commit

Permalink
Removed stray code and comments
Browse files Browse the repository at this point in the history
Signed-off-by: Jindrich Luza <[email protected]>
  • Loading branch information
midnightercz committed Oct 11, 2024
1 parent 8322a7c commit b43582e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ def main():
for r, contains in map1.items():
if contains and inverse_map1.get(r) == root_element1:
middle_element1 = r
# if not middle_element1:
# middle_element1 = root_element1
if not middle_element1:
middle_element1 = "SPDXRef-DocumentRoot-Unknown-"
packages.append(
Expand All @@ -196,7 +194,6 @@ def main():
}
)

print("PACKAGES", packages)
annotation_date = datetime.datetime.now().isoformat()
for component in base_images_sbom_components:
# Calculate unique identifier SPDXID based on the component name and purl
Expand Down

0 comments on commit b43582e

Please sign in to comment.