github.com/lineaje-labs/syft@v0.98.1-0.20231227153149-9e393f60ff1b/cmd/syft/cli/options/java.go (about) 1 package options 2 3 type java struct { 4 UseNetwork bool `yaml:"use-network" json:"use-network" mapstructure:"use-network"` 5 MavenURL string `yaml:"maven-url" json:"maven-url" mapstructure:"maven-url"` 6 MaxParentRecursiveDepth int `yaml:"max-parent-recursive-depth" json:"max-parent-recursive-depth" mapstructure:"max-parent-recursive-depth"` 7 }