Documentation
¶
Index ¶
- func WriteHTMLReport(issues []report.Issue, outPath string, gitMeta *report.GitMetadata) error
- func WriteJSONReport(issues []report.Issue, path string, gitMeta *report.GitMetadata) error
- func WriteMarkdownReport(issues []report.Issue, outPath string, gitMeta *report.GitMetadata) error
- func WriteSARIFReport(issues []report.Issue, path string, gitMeta *report.GitMetadata) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteHTMLReport ¶
WriteHTMLReport generates a static HTML report from the given issues and writes it to the provided path.
func WriteJSONReport ¶
WriteJSONReport serializes the provided issues into a pretty JSON format and writes them to a file.
func WriteMarkdownReport ¶
WriteMarkdownReport generates a markdown report from the given issues and writes it to the provided path.
func WriteSARIFReport ¶
WriteSARIFReport converts the internal issues into SARIF format and writes to file.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.