Documentation
¶
Index ¶
- Constants
- func EntryPointLegacy(invocationCtx workflow.InvocationContext) (result []workflow.Data, err error)
- func EntryPointNative(invocationCtx workflow.InvocationContext, opts ...OptionalAnalysisFunctions) ([]workflow.Data, error)
- func GetReportMode(config configuration.Configuration) (reportType, error)
- type OptionalAnalysisFunctions
- type ProgressTrackerAdapter
- type ProgressTrackerFactory
Constants ¶
View Source
const ( ConfigurationTestFLowName = "internal_code_test_flow_name" ConfigurationReportFlag = "report" ConfigurationProjectName = "project-name" ConfigurationTargetName = "target-name" ConfigurationTargetReference = "target-reference" ConfigurationProjectId = "project-id" ConfigurationCommitId = "commit-id" )
Variables ¶
This section is empty.
Functions ¶
func EntryPointLegacy ¶
func EntryPointLegacy(invocationCtx workflow.InvocationContext) (result []workflow.Data, err error)
func EntryPointNative ¶
func EntryPointNative(invocationCtx workflow.InvocationContext, opts ...OptionalAnalysisFunctions) ([]workflow.Data, error)
func GetReportMode ¶
func GetReportMode(config configuration.Configuration) (reportType, error)
Types ¶
type OptionalAnalysisFunctions ¶
type OptionalAnalysisFunctions func(string, func() *http.Client, *zerolog.Logger, configuration.Configuration, ui.UserInterface) (*sarif.SarifResponse, *scan.ResultMetaData, error)
type ProgressTrackerAdapter ¶
type ProgressTrackerAdapter struct {
// contains filtered or unexported fields
}
func (ProgressTrackerAdapter) Begin ¶
func (p ProgressTrackerAdapter) Begin(title, message string)
func (ProgressTrackerAdapter) End ¶
func (p ProgressTrackerAdapter) End(message string)
type ProgressTrackerFactory ¶
type ProgressTrackerFactory struct {
// contains filtered or unexported fields
}
func (ProgressTrackerFactory) GenerateTracker ¶
func (p ProgressTrackerFactory) GenerateTracker() scan.Tracker
Click to show internal directories.
Click to hide internal directories.