upaas/internal/service/deploy
clawbot b0d84868e9 fix: sanitize container log output and fix lint issues
- Update nolint comment on log streaming to accurately describe why
  gosec is suppressed (text/plain Content-Type, not HTML)
- Replace <script type="text/plain"> with data attribute for initial
  logs to prevent </script> breakout from attacker-controlled log data
- Move RemoveImage before unexported methods (funcorder)
- Fix file permissions in test (gosec G306)
- Rename unused parameters in export_test.go (revive)
- Add required blank line before assignment (wsl)
2026-02-19 20:30:11 -08:00
..
deploy_cancel_test.go fix: cancel in-progress deploy when webhook triggers new deploy (closes #38) 2026-02-15 22:12:03 -08:00
deploy_cleanup_test.go fix: sanitize container log output and fix lint issues 2026-02-19 20:30:11 -08:00
deploy.go fix: sanitize container log output and fix lint issues 2026-02-19 20:30:11 -08:00
export_test.go fix: sanitize container log output and fix lint issues 2026-02-19 20:30:11 -08:00