Skip to content

Commit 31e3b5f

Browse files
committed
fix(SBOMER-166): do not set product coordinates to not send UMB message
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
1 parent a171f44 commit 31e3b5f

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed
Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
11
{
2-
"apiVersion": "sbomer.jboss.org/v1alpha1",
3-
"buildId": "A3LCEFCLLVYAA",
4-
"products": [
5-
{
6-
"processors": [
2+
"apiVersion": "sbomer.jboss.org/v1alpha1",
3+
"buildId": "A3LCEFCLLVYAA",
4+
"products": [
75
{
8-
"type": "redhat-product",
9-
"errata": {
10-
"productName": "RHTESTPRODUCT",
11-
"productVersion": "RHEL-8-RHTESTPRODUCT-1.1",
12-
"productVariant": "8Base-RHTESTPRODUCT-1.1"
13-
}
6+
"generator": {
7+
"type": "gradle-cyclonedx"
8+
}
149
}
15-
],
16-
"generator": {
17-
"type": "gradle-cyclonedx"
18-
}
19-
}
20-
]
10+
]
2111
}

0 commit comments

Comments
 (0)