Versions in this module Expand all Collapse all v0 v0.0.5 Nov 19, 2019 GO-2022-0346 GO-2022-0346: Path traversal in github.com/quay/claircore v0.0.4 Nov 15, 2019 GO-2022-0346 GO-2022-0346: Path traversal in github.com/quay/claircore Changes in this version + func MergeSR(source *claircore.ScanReport, merge []*claircore.ScanReport) *claircore.ScanReport + type Controller struct + func New(opts *scanner.Opts) *Controller + func (s *Controller) Lock(ctx context.Context, hash string) error + func (s *Controller) Scan(ctx context.Context, manifest *claircore.Manifest) *claircore.ScanReport + func (s *Controller) Unlock() error + type State int + const CheckManifest + const Coalesce + const FetchLayers + const ScanError + const ScanFinished + const ScanLayers + const Terminal + func (ss *State) FromString(state string) + func (ss *State) UnmarshalJSON(data []byte) error + func (ss State) MarshalJSON() ([]byte, error) + func (ss State) String() string