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
in analysis::endpoints::test::spdx_variant_of we currently ignore the test:
#[ignore = "circular references in ubi sbom"]
due to circular reference in the UBI sbom.
We need a clearer strategy handling valid circular reference scenarios, as well as throw appropriate error when encountering invalid circular references.
The text was updated successfully, but these errors were encountered:
in analysis::endpoints::test::spdx_variant_of we currently ignore the test:
due to circular reference in the UBI sbom.
We need a clearer strategy handling valid circular reference scenarios, as well as throw appropriate error when encountering invalid circular references.
The text was updated successfully, but these errors were encountered: