github.com/quay/claircore@v1.5.28/docs/reference/resolver.md (about)

     1  # Resolver
     2  A Resolver is used to analyze and modify the post-coalesced index report. This is useful for operations that need all context from an index report.
     3  
     4  {{# godoc indexer.Resolver}}
     5  
     6  Any Resolvers' `Resolve()` methods are called (in no set order) at the end of the coalesce step after reports from separate scanners are merged.