rename binary classifier cataloger name (#2643)

Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
Alex Goodman 2024-02-20 13:52:11 -05:00 committed by GitHub
parent 434b6ad506
commit 0c3b8ca4ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ import (
"github.com/anchore/syft/syft/pkg"
)
const catalogerName = "binary-cataloger"
const catalogerName = "binary-classifier-cataloger"
type ClassifierCatalogerConfig struct {
Classifiers []Classifier `yaml:"classifiers" json:"classifiers" mapstructure:"classifiers"`