github.com/anchore/syft@v1.38.2/syft/pkg/swift.go (about)

     1  package pkg
     2  
     3  // SwiftPackageManagerResolvedEntry represents a resolved dependency from a Package.resolved file with its locked version and source location.
     4  type SwiftPackageManagerResolvedEntry struct {
     5  	// Revision is git commit hash of the resolved package
     6  	Revision string `mapstructure:"revision" json:"revision"`
     7  }