mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
11 lines
192 B
Go
11 lines
192 B
Go
package spdx22json
|
|
|
|
import (
|
|
"github.com/anchore/syft/internal/formats/spdx22json/model"
|
|
"github.com/anchore/syft/syft/sbom"
|
|
)
|
|
|
|
func toSyftModel(doc model.Document) (*sbom.SBOM, error) {
|
|
|
|
}
|