feat(scan): add -ssh-config option #417 (#660)

This commit is contained in:
Kota Kanbe
2018-05-31 12:39:46 +09:00
committed by GitHub
parent 92f36ca558
commit 399a08775e
4 changed files with 42 additions and 18 deletions

View File

@@ -107,7 +107,9 @@ type Config struct {
IgnoreUnscoredCves bool
IgnoreUnfixed bool
SSHNative bool
SSHNative bool
SSHConfig bool
ContainersOnly bool
Fast bool
Offline bool