config

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 23, 2023 License: MIT Imports: 2 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL