go-dep-parser
go-dep-parser copied to clipboard
feat(pom): does not support running from another directory
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