ci(deploy): login, pull images, and increase Trivy timeout #140
Reference in New Issue
Block a user
Delete Branch "fix/deploy-scan-pull-images"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Deploy pipeline
scan-imagesjob runs on a fresh runner and could not find the images built bybuild-and-push. This PR adds registry login,docker pull, and--timeout 30mto the Trivy image scan steps so the scan can complete on slow ARM64 runners.Changes
.gitea/workflows/deploy.yml: add login, pull, and 30m timeout to thescan-imagesjob.Test plan
ci(deploy): login and pull images before Trivy scanto ci(deploy): login, pull images, and increase Trivy timeout