Documentation ¶
Index ¶
- func ExportJSONReport(path, filename string, body interface{}) error
- func PrintGitlabSASTReport(path, filename string, body interface{}) error
- func PrintHTMLReport(path, filename string, body interface{}) error
- func PrintJSONReport(path, filename string, body interface{}) error
- func PrintPdfReport(path, filename string, body interface{}) error
- func PrintSarifReport(path, filename string, body interface{}) error
- func PrintSonarQubeReport(path, filename string, body interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExportJSONReport ¶ added in v1.3.3
ExportJSONReport - encodes a given body to a JSON file in a given filepath
func PrintGitlabSASTReport ¶ added in v1.3.2
PrintGitlabSASTReport creates a report file on sarif format
func PrintHTMLReport ¶ added in v1.2.1
PrintHTMLReport creates a report file on HTML format
func PrintJSONReport ¶
PrintJSONReport prints on JSON file the summary results
func PrintPdfReport ¶ added in v1.3.3
PrintPdfReport creates a report file on the PDF format
func PrintSarifReport ¶
PrintSarifReport creates a report file on sarif format
func PrintSonarQubeReport ¶ added in v1.4.8
PrintSonarQubeReport prints the SonarQube report in the given path and filename with the given body
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.