ci(deploy): increase trivy image scan timeout to 30m #141
Reference in New Issue
Block a user
Delete Branch "fix/deploy-trivy-image-timeout"
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 #329 failed at
Scan Bot imagebecause the default Trivy image-scan timeout expired on the slow ARM64 runner while initializing the container image scan afterdocker pull.Changes
.gitea/workflows/deploy.yml: add--timeout 30mto all threetrivy imagescan commands.Test plan