Skip to content

Commit f09ad4d

Browse files
Merge pull request #15 from jasonhills-mongodb/CXX-3309/endor_labs_scan_and_generate_sbom
2 parents 52d2495 + 06faf5b commit f09ad4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/sbom/generate_sbom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ def main() -> None:
632632
# Attempt to determine the primary component version being scanned
633633
primary_component_version = config.get_primary_component_version()
634634

635-
logger.debug(
635+
logger.info(
636636
f'Available main component version options, repo script: {primary_component_version}, tag: {git_info.release_tag}, branch: {git_info.branch}, previous SBOM: {prev_bom["metadata"]["component"]["version"]}'
637637
)
638638
meta_bom_ref = meta_bom['metadata']['component']['bom-ref']

0 commit comments

Comments
 (0)