github.com/quay/claircore@v1.5.28/docs/reference/configurable_scanner.md (about) 1 # ConfigurableScanner 2 A `ConfigurableSanner` is an optional interface a `Scanner` interface may 3 implement. When implemented, the scanner's `Configure` method will be called 4 with a `ConfigDeserializer` function. The `Scanner` may pass its config as an 5 argument to the `ConfigDeserializer` function to populate the struct. 6 7 {{# godoc indexer.ConfigDeserializer}} 8 {{# godoc indexer.ConfigurableScanner}}