Commit graph

3 commits

Author SHA1 Message Date
ddbcf63aec 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 03:31:02 +07:00
3e8a85bfdc 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 03:30:59 +07:00
2d6cd4be33 Initial commit 2026-04-26 03:28:45 +07:00