bf409ba33c
Run container as non-root user
...
Add USER 65534:65534 to the scratch runtime image so the checker
process does not run as root.
2026-04-26 16:41:06 +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
v0.1.0
2026-04-23 17:05:35 +07:00
c78ce034fc
checker: adopt unified ReportContext reporter signature
...
Follow the checker-sdk-go interface consolidation: reporter methods
now take sdk.ReportContext and read the payload via ctx.Data() instead
of the raw json.RawMessage parameter. Backed by the same underlying
logic.
2026-04-23 17:04:52 +07:00
979757b5a8
Initial commit
2026-04-08 03:27:27 +07:00