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

     1  package sbom
     2  
     3  // Writer an interface to write SBOMs to a destination
     4  type Writer interface {
     5  	Write(SBOM) error
     6  }