mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-20 16:07:11 +08:00
feat(ql3): add unified cluster operator cli
This commit is contained in:
@@ -548,6 +548,12 @@ jobs:
|
||||
echo "unexpected image contract: ${actual}" >&2
|
||||
exit 1
|
||||
fi
|
||||
- name: Run the bounded Cluster Admin product facade
|
||||
if: matrix.image == 'admin'
|
||||
env:
|
||||
IMAGE: qinglong3-cluster-admin:ci-${{ matrix.image_arch }}
|
||||
QL3_CLUSTER_ADMIN_PRODUCT_LIVE: '1'
|
||||
run: node scripts/ql3-cluster-admin-product-live-contract.cjs --image="${IMAGE}"
|
||||
- name: Generate the reviewed application SBOM
|
||||
run: >-
|
||||
node scripts/ql3-cluster-image-sbom.cjs
|
||||
|
||||
Reference in New Issue
Block a user