ci: add delay before harbor scan for image indexing

This commit is contained in:
Username
2026-01-19 22:47:02 +01:00
parent 46875fba0c
commit c81988fc1a

View File

@@ -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 \