Enum libcnb_test::SbomType
source · pub enum SbomType {
Launch,
Layer(LayerName),
}Expand description
The type of SBOM.
Not to be confused with libcnb_data::sbom::SbomFormat.
pub enum SbomType {
Launch,
Layer(LayerName),
}The type of SBOM.
Not to be confused with libcnb_data::sbom::SbomFormat.