github.com/lineaje-labs/syft@v0.98.1-0.20231227153149-9e393f60ff1b/cmd/syft/cli/options/config.go (about)

     1  package options
     2  
     3  // Config holds a reference to the specific config file that was used to load application configuration
     4  type Config struct {
     5  	ConfigFile string `yaml:"config" json:"config" mapstructure:"config"`
     6  }