Add only-containers option to scan subcommand #122

This commit is contained in:
Kota Kanbe
2016-09-20 21:11:57 +09:00
parent cb445c9504
commit 2dffdaac42
5 changed files with 39 additions and 11 deletions

View File

@@ -44,7 +44,8 @@ type Config struct {
CvssScoreOver float64
IgnoreUnscoredCves bool
SSHExternal bool
SSHExternal bool
ContainersOnly bool
HTTPProxy string `valid:"url"`
ResultsDir string