Commit graph

4 commits

Author SHA1 Message Date
463e3fb457 docker: add HEALTHCHECK probing /health
The binary doubles as its own healthcheck client via the SDK's
-healthcheck flag, so the probe works in the scratch image
(no shell, no curl, no wget).
2026-04-26 16:41:08 +07:00
a9a704c0ff Migrate to checker-sdk-go v1.3.0 with new server subpackage
The SDK split the HTTP server scaffolding into the new
checker-sdk-go/checker/server subpackage. Update main.go to import
server and call server.New.
2026-04-26 16:41:03 +07:00
6a82601ae8 Bump SDK + change Evaluate signature 2026-04-23 17:05:35 +07:00
979757b5a8 Initial commit 2026-04-08 03:27:27 +07:00