mirror of
https://github.com/anchore/syft.git
synced 2026-04-05 22:30:35 +02:00
* improve overall documentation Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * fix tests to use scope.Resolver over scope Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
5 lines
159 B
Go
5 lines
159 B
Go
/*
|
|
Package resolvers provides concrete implementations for the scope.Resolver interface for all supported data sources and scope options.
|
|
*/
|
|
package resolvers
|