Skip to content

Commit 6b4682c

Browse files
committed
chore: skip check apecloud/cubetran-core
1 parent e8aea6d commit 6b4682c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy-scan-cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# get cloud images
5353
cloud_images_filter="${CLOUD_TAG}|apecloud/dms|apecloud/servicemirror|apecloud/cubetran"
5454
cloud_images_list=$(yq e ".kubeblocks-cloud[].images" ${MANIFESTS_FILE} \
55-
| (egrep "${cloud_images_filter}" || true) | awk '{print $2}' | sort -u)
55+
| (egrep "${cloud_images_filter}" | grep -v "apecloud/cubetran-core" || true) | awk '{print $2}' | sort -u)
5656
CLOUD_IMAGES=""
5757
for cloud_image in $(echo "${cloud_images_list}"); do
5858
if [[ -z "${CLOUD_IMAGES}" ]]; then

0 commit comments

Comments
 (0)