Commit graph

4 commits

Author SHA1 Message Date
a716ff568f docker: add HEALTHCHECK probing /health v0.1.0
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 11:01:36 +07:00
d73502b0e2 checker: report skipped rules as StatusUnknown
Skipped tests that are not problematic should be UNKNOWN rather
than INFO; the affected rules cannot evaluate without their input,
so they are non-evaluations, not findings.
2026-04-26 09:50:13 +07:00
8b38c43b8a 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 09:50:13 +07:00
c4bf833274 Initial commit 2026-04-26 09:50:13 +07:00