Documentation ¶
Index ¶
- func ExportJSONReport(path, filename string, body interface{}) error
- func PrintASFFReport(path, filename string, body interface{}) error
- func PrintCSVReport(path, filename string, body interface{}) error
- func PrintCodeClimateReport(path, filename string, body interface{}) error
- func PrintCycloneDxReport(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 PrintJUnitReport(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 PrintASFFReport ¶ added in v1.5.0
PrintASFFReport prints the ASFF report in the given path and filename with the given body
func PrintCSVReport ¶ added in v1.5.5
PrintCSVReport prints the CSV report in the given path and filename with the given body
func PrintCodeClimateReport ¶ added in v1.5.7
PrintCodeClimateReport prints the code climate report in the given path and filename with the given body
func PrintCycloneDxReport ¶ added in v1.4.9
PrintCycloneDxReport prints the CycloneDX report in the given path and filename with the given body
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 PrintJUnitReport ¶ added in v1.4.9
PrintJUnitReport prints the JUnit report in the given path and filename with the given body
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.