github.com/anchore/syft@v1.4.2-0.20240516191711-1bec1fc5d397/cmd/syft/internal/options/java.go (about)

     1  package options
     2  
     3  type javaConfig 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  }