From c81988fc1ae223ab290ce0a61d7a7ad07d28270c Mon Sep 17 00:00:00 2001 From: Username Date: Mon, 19 Jan 2026 22:47:02 +0100 Subject: [PATCH] ci: add delay before harbor scan for image indexing --- .gitea/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 3d14d59..f1d6805 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -386,6 +386,10 @@ jobs: exit 0 fi + # Wait for Harbor to index the pushed images + echo "Waiting for Harbor to index images..." + sleep 15 + # Scan standard image echo "Triggering vulnerability scan for standard image..." python harbor-ctl.py --url https://harbor.mymx.me \