mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
add apk to controller
Signed-off-by: Alfredo Deza <adeza@anchore.com>
This commit is contained in:
parent
e0db0c1145
commit
cff46b8443
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ package matcher
|
|||
import (
|
||||
"github.com/anchore/grype/grype/event"
|
||||
"github.com/anchore/grype/grype/match"
|
||||
"github.com/anchore/grype/grype/matcher/apk"
|
||||
"github.com/anchore/grype/grype/matcher/bundler"
|
||||
"github.com/anchore/grype/grype/matcher/dpkg"
|
||||
"github.com/anchore/grype/grype/matcher/java"
|
||||
|
@ -44,6 +45,7 @@ func newController() controller {
|
|||
ctrlr.add(&rpmdb.Matcher{})
|
||||
ctrlr.add(&java.Matcher{})
|
||||
ctrlr.add(&javascript.Matcher{})
|
||||
ctrlr.add(&apk.Matcher{})
|
||||
return ctrlr
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue