fix(ci): run trivy via SSH on web (docker not in Gitea runner) #2

Merged
striker merged 1 commits from fix/trivy-via-ssh into main 2026-05-21 15:31:53 +03:00

1 Commits

Author SHA1 Message Date
striker
1028bc9b87 fix(ci): run trivy via SSH on web.hhivp.com (docker not in Gitea runner)
Original workflow ran 'docker build + docker run trivy' inside the
Gitea Actions runner — but that container has no docker CLI ('docker:
command not found'). Move both build and scan into the same SSH
session as deploy, where docker is available natively. Mirrors how
anotherreflections-website-v2 does it (single SSH session with
build → scan → up -d → health → prune).
2026-05-21 14:52:32 +03:00