Documentation ¶
Index ¶
Constants ¶
View Source
const ( ToolVendor = "aquasecurity" ToolName = "trivy" Namespace = ToolVendor + ":" + ToolName + ":" PropertySchemaVersion = "SchemaVersion" PropertyType = "Type" PropertyClass = "Class" // Image properties PropertySize = "Size" PropertyImageID = "ImageID" PropertyRepoDigest = "RepoDigest" PropertyDiffID = "DiffID" PropertyRepoTag = "RepoTag" // Package properties PropertyPkgID = "PkgID" PropertyPkgType = "PkgType" PropertySrcName = "SrcName" PropertySrcVersion = "SrcVersion" PropertySrcRelease = "SrcRelease" PropertySrcEpoch = "SrcEpoch" PropertyModularitylabel = "Modularitylabel" PropertyFilePath = "FilePath" PropertyLayerDigest = "LayerDigest" PropertyLayerDiffID = "LayerDiffID" )
Variables ¶
View Source
var (
ErrInvalidBOMLink = xerrors.New("invalid bomLink format error")
)
View Source
var (
ErrPURLEmpty = errors.New("purl empty error")
)
Functions ¶
func WithNewUUID ¶
func WithNewUUID(newUUID newUUID) marshalOption
Types ¶
type CycloneDX ¶ added in v0.31.0
func (*CycloneDX) UnmarshalJSON ¶ added in v0.31.0
Click to show internal directories.
Click to hide internal directories.