You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to upload enriched SBOM to Dependency-Track fails with the following error:
{
"status": 400,
"title": "The uploaded BOM is invalid",
"detail": "Schema validation failed",
"errors": [
"$.components[1233].supplier.url[0]: does not match the iri-reference pattern must be a valid RFC 3987 IRI-reference",
"$.components[1234].supplier.url[0]: does not match the iri-reference pattern must be a valid RFC 3987 IRI-reference",
"$.components[1888].supplier.url[0]: does not match the iri-reference pattern must be a valid RFC 3987 IRI-reference"
]
}
Using the latest parlay, which includes fixes for both #84 and #96:
❯ parlay --version ()
0.7.0
The text was updated successfully, but these errors were encountered:
Very similar to #84 and #96:
and it ends up in supplier's url section:
Trying to upload enriched SBOM to Dependency-Track fails with the following error:
Using the latest parlay, which includes fixes for both #84 and #96:
The text was updated successfully, but these errors were encountered: