Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SBOMImageTool ¶
type SBOMImageTool struct {
// contains filtered or unexported fields
}
SBOMImageTool generates and serializes software bills of materials using Syft.
func NewSBOMImageTool ¶
func NewSBOMImageTool() (*SBOMImageTool, error)
NewSBOMImageTool creates a new SBOMImageTool with default encoders.
func (*SBOMImageTool) Generate ¶
Generate produces an SBOM from the given OCI tar file and serializes it in the requested format (e.g. "spdx-json").
func (*SBOMImageTool) GenerateSBOM ¶
GenerateSBOM produces an SBOM from the given OCI tar archive.
func (*SBOMImageTool) SerializeSBOM ¶
SerializeSBOM encodes an SBOM into the specified output format (e.g. "spdx-json").
Click to show internal directories.
Click to hide internal directories.