Add a deep flag to scan

This commit is contained in:
kota kanbe
2017-07-30 09:41:40 +09:00
parent 4379b8bacf
commit 8b6a283114
5 changed files with 30 additions and 36 deletions

View File

@@ -74,10 +74,10 @@ type Config struct {
CvssScoreOver float64
IgnoreUnscoredCves bool
SSHNative bool
ContainersOnly bool
PackageListOnly bool
SkipBroken bool
SSHNative bool
ContainersOnly bool
Deep bool
SkipBroken bool
HTTPProxy string `valid:"url"`
LogDir string