Documentation
¶
Overview ¶
Package summary implements a rendering driver that outputs the evaluation results as a single traffic-light line, suitable for compact destinations such as the GitHub Actions step summary.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct{}
Driver renders evaluation results as a single line
func (*Driver) RenderResult ¶
RenderResult writes the policy result as a single line
func (*Driver) RenderResultGroup ¶
RenderResultGroup writes the group result as a single line
func (*Driver) RenderResultSet ¶
RenderResultSet writes the whole resultset as a single line. Sets with a single policy or group render as that unit's line; larger sets lead with the first failing (or softfailing) unit and a failure count.
Click to show internal directories.
Click to hide internal directories.