Documentation
¶
Index ¶
Constants ¶
View Source
const ( TemplateBeginTag = "<!-- BEGIN_CHECKOV_DOCS -->" TemplateEndTag = "<!-- END_CHECKOV_DOCS -->" )
Values used to generate template string
Variables ¶
View Source
var OutputFileHeader = []string{"File", "Check ID", "Resource ID", "Reason"}
OutputFileHeader stores the fields used to generate header in markdown table
View Source
var OutputTemplate = fmt.Sprintf("%s\n\n%s\n\n%s", TemplateBeginTag, templateDataStructure, TemplateEndTag)
OutputTemplate stores the template used to generate content
Functions ¶
func GetMarkdownHeader ¶
func GetMarkdownHeader() string
GetMarkdownHeader returns the markdown-formatted header revive:disable:unhandled-error ignore error in `WriteString`
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.