package
4.0.0-araszka-test+incompatible
Repository: https://github.com/allda/claircore.git
Documentation: pkg.go.dev
# Constants
CheckManifest determines if the manifest should be scanned.
Coalesce runs each provided ecosystem's coalescer and mergs their scan results Transitions: ScanFinished.
FetchLayers retrieves all the layers in a manifest and stacks them the same obtain the file image contents.
IndexError state indicates a impassable error has occured.
IndexFinished state is the terminal state and should return a IndexReport to the caller of Scan() Transitions: Terminal.
ScanLayers scans each image including the image layer and indexes the contents Transitions: BuildLayerResult.
Terminal is the state which halts the fsm and returns the current s.result to the caller.
# Structs
Controller is a control structure for scanning a manifest.
# Type aliases
State is a specific state in the scanner fsm.