Skip to content

Commit

Permalink
fix: add missing types in TypeOSes and TypeLanguages in analyzer (#2569)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaineK00n committed Jul 24, 2022
1 parent 7b4f2dc commit c2f3731
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkg/fanal/analyzer/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,17 @@ const (
var (
// TypeOSes has all OS-related analyzers
TypeOSes = []Type{
TypeAlpine, TypeAmazon, TypeDebian, TypePhoton, TypeCentOS,
TypeOSRelease, TypeAlpine, TypeAmazon, TypeCBLMariner, TypeDebian, TypePhoton, TypeCentOS,
TypeRocky, TypeAlma, TypeFedora, TypeOracle, TypeRedHatBase, TypeSUSE, TypeUbuntu,
TypeApk, TypeDpkg, TypeRpm,
TypeApk, TypeDpkg, TypeDpkgLicense, TypeRpm, TypeRpmqa,
TypeApkRepo,
}

// TypeLanguages has all language analyzers
TypeLanguages = []Type{
TypeBundler, TypeGemSpec, TypeCargo, TypeComposer, TypeJar, TypePom,
TypeNpmPkgLock, TypeNodePkg, TypeYarn, TypePnpm, TypeNuget, TypePythonPkg, TypePip, TypePipenv,
TypePoetry, TypeGoBinary, TypeGoMod,
TypeNpmPkgLock, TypeNodePkg, TypeYarn, TypePnpm, TypeNuget, TypeDotNetDeps,
TypePythonPkg, TypePip, TypePipenv, TypePoetry, TypeGoBinary, TypeGoMod,
}

// TypeLockfiles has all lock file analyzers
Expand Down

0 comments on commit c2f3731

Please sign in to comment.