Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrorCodeNoLoadableInputs = engine.ErrorCodeNoLoadableInputs ErrorCodeUnableToRecognizeInputType = engine.ErrorCodeUnableToRecognizeInputType ErrorCodeUnsupportedInputType = engine.ErrorCodeUnsupportedInputType ErrorCodeUnableToResolveLocation = engine.ErrorCodeUnableToResolveLocation ErrorCodeUnrecognizedFileExtension = engine.ErrorCodeUnrecognizedFileExtension ErrorCodeFailedToParseInput = engine.ErrorCodeFailedToParseInput ErrorCodeInvalidInput = engine.ErrorCodeInvalidInput ErrorCodeUnableToReadFile = engine.ErrorCodeUnableToReadFile ErrorCodeUnableToReadDir = engine.ErrorCodeUnableToReadDir ErrorCodeUnableToReadStdin = engine.ErrorCodeUnableToReadStdin ErrorCodeFailedToLoadRegoAPI = engine.ErrorCodeFailedToLoadRegoAPI ErrorCodeFailedToLoadRules = engine.ErrorCodeFailedToLoadRules ErrorCodeFailedToCompile = engine.ErrorCodeFailedToCompile ErrorCodeUnableToReadPath = engine.ErrorCodeUnableToReadPath ErrorCodeFailedToMakeResourcesResolvers = engine.ErrorCodeFailedToMakeResourcesResolvers ErrorCodeResourcesResolverError = engine.ErrorCodeResourcesResolverError ErrorCodeSubmoduleLoadingError = engine.ErrorCodeSubmoduleLoadingError ErrorCodeMissingRemoteSubmodulesError = engine.ErrorCodeMissingRemoteSubmodulesError ErrorCodeEvaluationError = engine.ErrorCodeEvaluationError ErrorCodeMissingTermError = engine.ErrorCodeMissingTermError )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
func (*Engine) Run ¶
func (e *Engine) Run(ctx context.Context, options RunOptions) (*Results, resultspkg.ScanAnalytics, []error, []error)
type EvaluationError ¶
type EvaluationError = engine.EvaluationError
type MissingRemoteSubmodulesError ¶
type MissingRemoteSubmodulesError = engine.MissingRemoteSubmodulesError
type MissingTermError ¶
type MissingTermError = engine.MissingTermError
type RunOptions ¶
type SubmoduleLoadingError ¶
type SubmoduleLoadingError = engine.SubmoduleLoadingError
Source Files
¶
Click to show internal directories.
Click to hide internal directories.