Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HtmlRenderer ¶
type HtmlRenderer struct {
// contains filtered or unexported fields
}
func NewHtmlRenderer ¶
func NewHtmlRenderer(c *config.Config) (*HtmlRenderer, error)
func (*HtmlRenderer) GetDetailsHtml ¶
func (service *HtmlRenderer) GetDetailsHtml(issue snyk.Issue) string
Function to get the rendered HTML with issue details and CSS
type Scanner ¶
type Scanner struct {
// contains filtered or unexported fields
}
func New ¶
func New(c *config.Config, instrumentor performance.Instrumentor, errorReporter error_reporting.ErrorReporter, cli cli.Executor) *Scanner
func (*Scanner) DeltaScanningEnabled ¶
func (*Scanner) SupportedCommands ¶
func (iac *Scanner) SupportedCommands() []types.CommandName
Click to show internal directories.
Click to hide internal directories.