Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(SBOMER-166): do not set product coordinates to not send UMB message #776

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

goldmann
Copy link
Contributor

The problem is that the main component (metadata/component) does not have the build information attached, because the artifact cannot be found in PNC and thus the information about the build system wasn't added to external references in the main component.

This comimt stops setting the product coordinates for this specific e2e, but this is just a workaround. The proper fix will be implemented later.

Related: https://issues.redhat.com/browse/SBOMER-26
Fixes: https://issues.redhat.com/browse/SBOMER-166

The problem is that the main component (metadata/component) does not
have the build information attached, because the artifact cannot be
found in PNC and thus the information about the build system wasn't
added to external references in the main component.

This comimt stops setting the product coordinates for this specific e2e,
but this is just a workaround. The proper fix will be implemented later.

Related: https://issues.redhat.com/browse/SBOMER-26
Fixes: https://issues.redhat.com/browse/SBOMER-166
@goldmann goldmann requested a review from vibe13 September 27, 2024 09:53
@vibe13
Copy link
Contributor

vibe13 commented Sep 27, 2024

I think this makes sense because we are propagating something that we know it won't work. The fix as you say would be to take a look at Gradle components which have multimodule (this is what I think was the outstanding issue with Gradle builds with the gradle-cyclonedx-plugin). So I am fine with this temporary solution until we fix the manifesting.

Copy link
Contributor

@vibe13 vibe13 left a comment

Choose a reason for hiding this comment

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

Makes sense, see other comment. Thanks!

@goldmann goldmann merged commit 31e3b5f into project-ncl:main Sep 27, 2024
7 checks passed
@goldmann goldmann deleted the SBOMER-166-stage-e2e-gradle branch September 27, 2024 10:02
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.

2 participants