-
Notifications
You must be signed in to change notification settings - Fork 146
feat(ISV-6032): verify URLs of released SBOMs #1661
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: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Martin Jediny <[email protected]>
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Martin Jediny <[email protected]>
Signed-off-by: Martin Jediny <[email protected]>
/ok-to-test |
/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/e2e-tests:konflux-e2e-sprvc Test results analysis🚨 Error occurred while running the E2E tests, list of failed Spec(s): ➡️ [ Click to view logsExpected <[]string | len:0, cap:0>: nil to have length 1 |
Signed-off-by: Martin Jediny <[email protected]>
The rh-advisories pipeline now also attaches SBOM artifacts to Release.Status.Artifacts. In the E2E tests we parse them and verify that the Atlas URLs of the SBOMs are valid.
Tested by running the E2E tests from the release-service-catalog side: konflux-ci/release-service-catalog#1294
https://issues.redhat.com/browse/ISV-6032