mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
rename binary classifier cataloger name (#2643)
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
parent
434b6ad506
commit
0c3b8ca4ed
@ -13,7 +13,7 @@ import (
|
|||||||
"github.com/anchore/syft/syft/pkg"
|
"github.com/anchore/syft/syft/pkg"
|
||||||
)
|
)
|
||||||
|
|
||||||
const catalogerName = "binary-cataloger"
|
const catalogerName = "binary-classifier-cataloger"
|
||||||
|
|
||||||
type ClassifierCatalogerConfig struct {
|
type ClassifierCatalogerConfig struct {
|
||||||
Classifiers []Classifier `yaml:"classifiers" json:"classifiers" mapstructure:"classifiers"`
|
Classifiers []Classifier `yaml:"classifiers" json:"classifiers" mapstructure:"classifiers"`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user