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 ¶
ExportJSONReport - encodes a given body to a JSON file in a given filepath
func PrintASFFReport ¶
PrintASFFReport prints the ASFF report in the given path and filename with the given body
func PrintCSVReport ¶
PrintCSVReport prints the CSV report in the given path and filename with the given body
func PrintCodeClimateReport ¶
PrintCodeClimateReport prints the code climate report in the given path and filename with the given body
func PrintCycloneDxReport ¶
PrintCycloneDxReport prints the CycloneDX report in the given path and filename with the given body
func PrintGitlabSASTReport ¶
PrintGitlabSASTReport creates a report file on sarif format
func PrintHTMLReport ¶
PrintHTMLReport creates a report file on HTML format
func PrintJSONReport ¶
PrintJSONReport prints on JSON file the summary results
func PrintJUnitReport ¶
PrintJUnitReport prints the JUnit report in the given path and filename with the given body
func PrintPdfReport ¶
PrintPdfReport creates a report file on the PDF format
func PrintSarifReport ¶
PrintSarifReport creates a report file on sarif format, fetching the ID and GUID from relationships to be inputted to taxonomies field
func PrintSonarQubeReport ¶
PrintSonarQubeReport prints the SonarQube report in the given path and filename with the given body
Types ¶
This section is empty.