ci(deploy): increase trivy image scan timeout to 30m #141

Merged
Toutsu merged 2 commits from fix/deploy-trivy-image-timeout into main 2026-06-13 20:28:22 +03:00
Owner

Summary

Deploy pipeline #329 failed at Scan Bot image because the default Trivy image-scan timeout expired on the slow ARM64 runner while initializing the container image scan after docker pull.

Changes

  • .gitea/workflows/deploy.yml: add --timeout 30m to all three trivy image scan commands.

Test plan

  • Merge and rerun deploy pipeline on main.
## Summary Deploy pipeline #329 failed at `Scan Bot image` because the default Trivy image-scan timeout expired on the slow ARM64 runner while initializing the container image scan after `docker pull`. ## Changes - `.gitea/workflows/deploy.yml`: add `--timeout 30m` to all three `trivy image` scan commands. ## Test plan - Merge and rerun deploy pipeline on main.
Toutsu added 2 commits 2026-06-13 20:28:11 +03:00
ci(deploy): increase trivy image scan timeout to 30m
PR Checks / test-and-build (pull_request) Successful in 27m45s
27f9ceb038
Slow ARM64 runners hit the default timeout while initializing the
container image scan after pulling. Extend the timeout so image scans
can complete reliably.
Toutsu merged commit d137c334d6 into main 2026-06-13 20:28:22 +03:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Toutsu/GmRelayBot#141