Skip to content

Commit

Permalink
fix: add missing javascript-lock-cataloger
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Beno <patrik.beno@greenhorn.sk>
  • Loading branch information
patrikbeno committed Jun 1, 2022
1 parent 82de24c commit 235e06f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syft/pkg/cataloger/cataloger.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func ImageCatalogers(cfg Config) []Cataloger {
python.NewPythonPackageCataloger(),
php.NewPHPComposerInstalledCataloger(),
javascript.NewJavascriptPackageCataloger(),
javascript.NewJavascriptLockCataloger(),
deb.NewDpkgdbCataloger(),
rpmdb.NewRpmdbCataloger(),
java.NewJavaCataloger(cfg.Java()),
Expand Down

0 comments on commit 235e06f

Please sign in to comment.