Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CachedGenerate ¶ added in v0.1.0
CachedGenerate behaves similarly to Generate, but it caches the result of the SBOM generation using the user's local XDG cache home directory. Furthermore, if a generated SBOM is already available in the cache for the given APK, CachedGenerate will return the cached SBOM immediately instead of generating a new SBOM.
func FromSyftJSON ¶ added in v0.1.0
func FromSyftJSON(r io.ReadSeeker) (*sbom.SBOM, error)
FromSyftJSON returns an SBOM from a reader of the Syft JSON format.
func ToSyftJSON ¶ added in v0.1.0
func ToSyftJSON(s *sbom.SBOM) (io.ReadSeeker, error)
ToSyftJSON returns the SBOM as a reader of the Syft JSON format.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.