mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 08:23:15 +01:00
11 lines
419 B
Go
11 lines
419 B
Go
// DO NOT EDIT: generated by internal/sourcemetadata/generate/main.go
|
|
|
|
package sourcemetadata
|
|
|
|
import "github.com/anchore/syft/syft/source"
|
|
|
|
// AllTypes returns a list of all source metadata types that syft supports (that are represented in the source.Description.Metadata field).
|
|
func AllTypes() []any {
|
|
return []any{source.DirectoryMetadata{}, source.FileMetadata{}, source.ImageMetadata{}, source.SnapMetadata{}}
|
|
}
|