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

     1  # Ecosystem
     2  An Ecosystem groups together scanners and coalescers which are often used
     3  together.  Ecosystems are usually defined in a go package that corresponds to a
     4  package manager, such as `dpkg`.  See `dpkg/ecosystem.go` for an example.
     5  
     6  The Indexer will retrieve artifacts from the provided scanners and provide these
     7  scan artifacts to the coalescer in the Ecosystem.
     8  
     9  {{# godoc indexer.Ecosystem}}