fix(scanner): parsing apt cache policy for nvidia-container-toolkit (#1786)
* fix(scanner): parsing apt cache policy for nvidia-container-toolkit * fix testcase
This commit is contained in:
@@ -1106,7 +1106,7 @@ func (o *debian) parseAptCachePolicy(stdout, name string) (packCandidateVer, err
|
||||
|
||||
if isRepoline {
|
||||
ss := strings.Split(strings.TrimSpace(line), " ")
|
||||
if len(ss) == 5 {
|
||||
if len(ss) == 5 || len(ss) == 4 {
|
||||
ver.Repo = ss[2]
|
||||
return ver, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user