Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Scripts to Add Labels to SBOM #296

Scripts to Add Labels to SBOM

Scripts to Add Labels to SBOM #296

Workflow file for this run

name: Global CI
on:
push:
branches:
- main
- "release-*"
pull_request:
branches:
- main
- "release-*"
workflow_dispatch:
workflow_call:
jobs:
e2e:
uses: trustification/trustify-ci/.github/workflows/global-ci.yml@main
with:
operator_bundle: "ghcr.io/trustification/trustify-operator-bundle:latest"
run_api_tests: true
run_ui_tests: true
tests_ref: ${{ github.event.number && format('refs/pull/{0}/merge', github.event.number) || '' }}