Discover Packages
github.com/Ratnadeepdeyroy/docker-security
internal
report
package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Aug 5, 2026
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package report renders an engine.Report into human- and machine-readable
formats. Formatters are the output-side adapters of the tool; they are the
same regardless of whether the run came from the CLI, the HTTP API, or a
connector.
Formats lists the supported format names.
Formatter renders a report to a writer.
Get returns the formatter for a name. An empty name defaults to "table".
JSON renders the full report as indented JSON.
SARIF renders findings as a minimal SARIF 2.1.0 document, consumable by
GitHub code scanning and other SARIF viewers.
Table renders a compact human-readable summary and finding list.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.