-
Notifications
You must be signed in to change notification settings - Fork 79
feat: use mobster tasks for SBOM manipulation #1032
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
base: development
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
/ok-to-test |
/retest |
1 similar comment
/retest |
/retest |
/retest |
6 similar comments
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/ok-to-test |
/retest |
05425f7
to
13b860e
Compare
/retest |
1 similar comment
/retest |
68523a7
to
ef46cec
Compare
/retest |
3 similar comments
/retest |
/retest |
/retest |
Signed-off-by: Martin Jediny <[email protected]>
Signed-off-by: Martin Jediny <[email protected]>
Signed-off-by: Martin Jediny <[email protected]>
Signed-off-by: Martin Jediny <[email protected]>
/retest |
1 similar comment
/retest |
@jedinym: The following test has Failed, say /retest to rerun failed tests.
Inspecting Test ArtifactsTo inspect your test artifacts, follow these steps:
mkdir -p oras-artifacts
cd oras-artifacts
oras pull quay.io/konflux-test-storage/konflux-team/release-service-catalog:konflux-e2e-tests-catalog-fgxpl Test results analysis🚨 Error occurred while running the E2E tests, list of failed Spec(s): ➡️ [ Click to view logsPipelineRun managed-8bc8j failed Expected : Pipelinerun 'managed-8bc8j' didn't succeed\nLogs from failed container 'managed-8bc8j-create-pyxis-image/step-create-trusted-artifact': \n2025/07/01 10:07:39 Skipping step because a previous step failed\n to equal : |
This PR migrates component-level SBOM updates and product-level SBOM creation in
rh-advisories
to Tekton tasks provided by mobster.The previously used SBOM scripts in release-service-utils will be cleaned up as part of ISV-6000
Changes
create-product-sbom
andupload-product-sbom
tasks were replaced by the create-product-sbom-ta Task using Mobster.update-component-sbom
andupload-component-sbom
tasks were replaced by the augment-component-sboms-ta Task using Mobster.Relevant JIRAs
https://issues.redhat.com/browse/ISV-6051
https://issues.redhat.com/browse/ISV-5876