checker-sdk-go/checker
Pierre-Olivier Mercier 660fda9c3a server: add -healthcheck flag for scratch-image Docker probes
Registered on the default FlagSet; ListenAndServe intercepts it and
exits 0/1 after probing /health on the -listen address. Lets checker-*
Dockerfiles add HEALTHCHECK without any main.go change, even though
the runtime image is scratch (no shell, no curl, no wget).
2026-04-26 10:59:31 +07:00
..
server server: add -healthcheck flag for scratch-image Docker probes 2026-04-26 10:59:31 +07:00
options.go Initial commit 2026-04-08 00:53:15 +07:00
options_test.go tests: add coverage for options, types, and HTTP server 2026-04-10 16:35:50 +07:00
registry.go registry: reject checker registration with empty ID 2026-04-10 16:24:39 +07:00
registry_test.go Fix comments 2026-04-24 11:22:22 +07:00
types.go checker: thread rule states into ReportContext 2026-04-24 17:31:17 +07:00
types_test.go checker: thread rule states into ReportContext 2026-04-24 17:31:17 +07:00