github.com/anchore/syft@v1.4.2-0.20240516191711-1bec1fc5d397/syft/pkg/wordpress.go (about)

     1  package pkg
     2  
     3  // WordpressPluginEntry represents all metadata parsed from the wordpress plugin file
     4  type WordpressPluginEntry struct {
     5  	PluginInstallDirectory string `mapstructure:"pluginInstallDirectory" json:"pluginInstallDirectory"`
     6  	Author                 string `mapstructure:"author" json:"author,omitempty"`
     7  	AuthorURI              string `mapstructure:"authorUri" json:"authorUri,omitempty"`
     8  }