github.com/noqcks/syft@v0.0.0-20230920222752-a9e2c4e288e5/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  }