Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Workflow = &DepGraphWorkflow{ BaseWorkflow: workflows.BaseWorkflow{ Name: "container depgraph", Flags: []flags.Flag{ flags.FlagDebug, flags.FlagAppVulns, flags.FlagExcludeAppVulns, }, }, }
Functions ¶
This section is empty.
Types ¶
type DepGraphWorkflow ¶
type DepGraphWorkflow struct {
workflows.BaseWorkflow
}
func (*DepGraphWorkflow) InitWorkflow ¶
func (d *DepGraphWorkflow) InitWorkflow(e workflow.Engine) error
func (*DepGraphWorkflow) TypeIdentifier ¶
func (d *DepGraphWorkflow) TypeIdentifier() workflow.Identifier
Click to show internal directories.
Click to hide internal directories.