Skip to content

[sbom] Fix deprecation warning message#225

Merged
memsharded merged 1 commit intomainfrom
danimtb/sbom-fix-deprecation
Nov 27, 2025
Merged

[sbom] Fix deprecation warning message#225
memsharded merged 1 commit intomainfrom
danimtb/sbom-fix-deprecation

Conversation

@danimtb
Copy link
Member

@danimtb danimtb commented Nov 26, 2025

closes #212

@danimtb danimtb requested a review from ErniGH November 26, 2025 17:37
run("conan profile detect")
save(conanfile_name, conanfile_content)

out = run(f"conan sbom:cyclonedx --format {sbom_format} {sbom_command}", stderr=None)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the stderr=None was enmascarating the warning messages

Copy link

@ErniGH ErniGH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@memsharded memsharded merged commit a76cf19 into main Nov 27, 2025
6 checks passed
@memsharded memsharded deleted the danimtb/sbom-fix-deprecation branch November 27, 2025 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deprecated - node.dependencies -> node.edges

3 participants