go-dep-parser icon indicating copy to clipboard operation
go-dep-parser copied to clipboard

feat(pom): does not support running from another directory

Open zetaab opened this issue 3 years ago • 0 comments

if we run for instance from directory that we want to scan

cd originalrepo
trivy fs -d .

we can see currently 33 files that trivy can find. However, if we execute

cd ..
trivy fs -d originalrepo

if displays only 28 files that is found by trivy

zetaab avatar Feb 08 '22 08:02 zetaab