package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: Apr 15, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 131
Opens a new window with list of known importers.
Documentation
¶
type DockerConfig struct {
UserName string `env:"TRIVY_USERNAME"`
Password string `env:"TRIVY_PASSWORD"`
Insecure bool `env:"TRIVY_INSECURE" envDefault:"false"`
NonSSL bool `env:"TRIVY_NON_SSL" envDefault:"false"`
}
type ScanOptions struct {
VulnType []string
ScanRemovedPackages bool
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.